﻿2026-06-16T04:57:26.9489101Z Current runner version: '2.335.1'
2026-06-16T04:57:26.9494227Z Runner name: 'hfenduleam'
2026-06-16T04:57:26.9494720Z Runner group name: 'Default'
2026-06-16T04:57:26.9495216Z Machine name: 'HFENDULEAM'
2026-06-16T04:57:26.9497148Z ##[group]GITHUB_TOKEN Permissions
2026-06-16T04:57:26.9498521Z Contents: read
2026-06-16T04:57:26.9498855Z Metadata: read
2026-06-16T04:57:26.9499177Z Packages: read
2026-06-16T04:57:26.9499517Z ##[endgroup]
2026-06-16T04:57:26.9500759Z Secret source: Actions
2026-06-16T04:57:26.9501558Z Prepare workflow directory
2026-06-16T04:57:26.9790286Z Prepare all required actions
2026-06-16T04:57:26.9815779Z Getting action download info
2026-06-16T04:57:27.3045238Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-16T04:57:27.9257002Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-16T04:57:28.0037250Z ##[group]Run actions/checkout@v5
2026-06-16T04:57:28.0037995Z with:
2026-06-16T04:57:28.0038305Z   repository: SaberMage/spt-core
2026-06-16T04:57:28.0041631Z   token: ***
2026-06-16T04:57:28.0041929Z   ssh-strict: true
2026-06-16T04:57:28.0042220Z   ssh-user: git
2026-06-16T04:57:28.0042537Z   persist-credentials: true
2026-06-16T04:57:28.0043091Z   clean: true
2026-06-16T04:57:28.0043411Z   sparse-checkout-cone-mode: true
2026-06-16T04:57:28.0043757Z   fetch-depth: 1
2026-06-16T04:57:28.0044049Z   fetch-tags: false
2026-06-16T04:57:28.0044359Z   show-progress: true
2026-06-16T04:57:28.0044691Z   lfs: false
2026-06-16T04:57:28.0044964Z   submodules: false
2026-06-16T04:57:28.0045272Z   set-safe-directory: true
2026-06-16T04:57:28.0045746Z ##[endgroup]
2026-06-16T04:57:28.2006022Z Syncing repository: SaberMage/spt-core
2026-06-16T04:57:28.2007962Z ##[group]Getting Git version info
2026-06-16T04:57:28.2008579Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-16T04:57:28.2388941Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T04:57:28.2623028Z git version 2.43.0.windows.1
2026-06-16T04:57:28.2655254Z ##[endgroup]
2026-06-16T04:57:28.2664214Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\633eefb5-8ce5-40fc-8e93-158b63c1a46d\.gitconfig'
2026-06-16T04:57:28.2680946Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\633eefb5-8ce5-40fc-8e93-158b63c1a46d' before making global git config changes
2026-06-16T04:57:28.2681904Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T04:57:28.2686974Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-16T04:57:28.2941117Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-16T04:57:28.3149811Z https://github.com/SaberMage/spt-core
2026-06-16T04:57:28.3178074Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T04:57:28.3182502Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T04:57:28.3383424Z refs/heads/main
2026-06-16T04:57:28.3409059Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-16T04:57:28.3739152Z HEAD is now at 93754408 docs: document the post-install adapter-activation step (F-005)
2026-06-16T04:57:28.4005376Z ##[endgroup]
2026-06-16T04:57:28.4008496Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-16T04:57:28.7807612Z ##[group]Cleaning the repository
2026-06-16T04:57:28.7810621Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-16T04:57:30.7010070Z Removing target/
2026-06-16T04:57:30.7046077Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-16T04:57:30.7524731Z HEAD is now at 93754408 docs: document the post-install adapter-activation step (F-005)
2026-06-16T04:57:30.7552718Z ##[endgroup]
2026-06-16T04:57:30.7557056Z ##[group]Disabling automatic garbage collection
2026-06-16T04:57:30.7562134Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-16T04:57:30.7803914Z ##[endgroup]
2026-06-16T04:57:30.7804339Z ##[group]Setting up auth
2026-06-16T04:57:30.7810456Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T04:57:30.8039469Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T04:57:31.1925356Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T04:57:31.2163333Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T04:57:31.5978737Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T04:57:31.6208224Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T04:57:31.9842633Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-16T04:57:32.0144177Z ##[endgroup]
2026-06-16T04:57:32.0144752Z ##[group]Fetching the repository
2026-06-16T04:57:32.0152390Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d8cb7d5539100647d9a8958696275d551689047c:refs/remotes/pull/16/merge
2026-06-16T04:57:32.7965823Z From https://github.com/SaberMage/spt-core
2026-06-16T04:57:32.7966382Z  + f1c91a95...d8cb7d55 d8cb7d5539100647d9a8958696275d551689047c -> pull/16/merge  (forced update)
2026-06-16T04:57:32.8101675Z ##[endgroup]
2026-06-16T04:57:32.8102770Z ##[group]Determining the checkout info
2026-06-16T04:57:32.8103247Z ##[endgroup]
2026-06-16T04:57:32.8108066Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-16T04:57:32.8398462Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-16T04:57:32.8628588Z ##[group]Checking out the ref
2026-06-16T04:57:32.8632836Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/16/merge
2026-06-16T04:57:32.9408164Z Previous HEAD position was 93754408 docs: document the post-install adapter-activation step (F-005)
2026-06-16T04:57:32.9408776Z HEAD is now at d8cb7d55 Merge 221c0e7ff427f5a001ad47991c21c5e4aa18dd98 into 93754408a9612092dc85597cbe11efa28642f2fa
2026-06-16T04:57:32.9438588Z ##[endgroup]
2026-06-16T04:57:32.9730483Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-16T04:57:32.9976620Z d8cb7d5539100647d9a8958696275d551689047c
2026-06-16T04:57:33.0303279Z ##[group]Run cargo nextest run --workspace
2026-06-16T04:57:33.0303721Z [36;1mcargo nextest run --workspace[0m
2026-06-16T04:57:33.0376083Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T04:57:33.0376380Z ##[endgroup]
2026-06-16T04:57:35.8420818Z    Compiling proc-macro2 v1.0.106
2026-06-16T04:57:35.8421152Z    Compiling unicode-ident v1.0.24
2026-06-16T04:57:35.8421548Z    Compiling quote v1.0.45
2026-06-16T04:57:35.8421991Z    Compiling cfg-if v1.0.4
2026-06-16T04:57:35.8422259Z    Compiling serde_core v1.0.228
2026-06-16T04:57:35.8423294Z    Compiling serde v1.0.228
2026-06-16T04:57:35.8423677Z    Compiling windows-link v0.2.1
2026-06-16T04:57:35.8424011Z    Compiling typenum v1.20.1
2026-06-16T04:57:35.8424297Z    Compiling version_check v0.9.5
2026-06-16T04:57:35.8425165Z    Compiling getrandom v0.3.4
2026-06-16T04:57:35.8425579Z    Compiling portable-atomic v1.13.1
2026-06-16T04:57:35.8426414Z    Compiling memchr v2.8.1
2026-06-16T04:57:35.8426892Z    Compiling subtle v2.6.1
2026-06-16T04:57:35.8427448Z    Compiling critical-section v1.2.0
2026-06-16T04:57:35.8429965Z    Compiling find-msvc-tools v0.1.9
2026-06-16T04:57:35.8430555Z    Compiling shlex v2.0.1
2026-06-16T04:57:35.9592460Z    Compiling windows-sys v0.61.2
2026-06-16T04:57:35.9629154Z    Compiling equivalent v1.0.2
2026-06-16T04:57:35.9995085Z    Compiling smallvec v1.15.1
2026-06-16T04:57:36.0282446Z    Compiling semver v1.0.28
2026-06-16T04:57:36.0782339Z    Compiling itoa v1.0.18
2026-06-16T04:57:36.1196746Z    Compiling getrandom v0.2.17
2026-06-16T04:57:36.1316317Z    Compiling cpufeatures v0.2.17
2026-06-16T04:57:36.2568792Z    Compiling hashbrown v0.17.1
2026-06-16T04:57:36.2795763Z    Compiling rustc_version v0.4.1
2026-06-16T04:57:36.3117424Z    Compiling pin-project-lite v0.2.17
2026-06-16T04:57:36.3346161Z    Compiling rand_core v0.10.1
2026-06-16T04:57:36.3386286Z    Compiling getrandom v0.4.2
2026-06-16T04:57:36.3486753Z    Compiling generic-array v0.14.7
2026-06-16T04:57:36.4206627Z    Compiling log v0.4.32
2026-06-16T04:57:36.4309821Z    Compiling futures-core v0.3.32
2026-06-16T04:57:36.5404528Z    Compiling bitflags v2.12.1
2026-06-16T04:57:36.6769105Z    Compiling winapi v0.3.9
2026-06-16T04:57:36.6774473Z    Compiling bytes v1.11.1
2026-06-16T04:57:36.7275964Z    Compiling rand_core v0.6.4
2026-06-16T04:57:36.7783728Z    Compiling curve25519-dalek v4.1.3
2026-06-16T04:57:36.8317705Z    Compiling indexmap v2.14.0
2026-06-16T04:57:36.8630767Z    Compiling zerocopy v0.8.50
2026-06-16T04:57:36.8895735Z    Compiling stable_deref_trait v1.2.1
2026-06-16T04:57:36.9294290Z    Compiling ahash v0.8.12
2026-06-16T04:57:37.1714021Z    Compiling libc v0.2.186
2026-06-16T04:57:37.2361354Z    Compiling jobserver v0.1.34
2026-06-16T04:57:37.3548038Z    Compiling signature v2.2.0
2026-06-16T04:57:37.3557995Z    Compiling vcpkg v0.2.15
2026-06-16T04:57:37.3895294Z    Compiling pkg-config v0.3.33
2026-06-16T04:57:37.4967859Z    Compiling cc v1.2.63
2026-06-16T04:57:37.7130956Z    Compiling ed25519 v2.2.3
2026-06-16T04:57:37.7391991Z    Compiling syn v2.0.117
2026-06-16T04:57:37.7675029Z    Compiling zmij v1.0.21
2026-06-16T04:57:37.8873871Z    Compiling slab v0.4.12
2026-06-16T04:57:37.9727830Z    Compiling crypto-common v0.1.7
2026-06-16T04:57:38.0008244Z    Compiling block-buffer v0.10.4
2026-06-16T04:57:38.0434925Z    Compiling autocfg v1.5.1
2026-06-16T04:57:38.0995867Z    Compiling futures-sink v0.3.32
2026-06-16T04:57:38.1326812Z    Compiling digest v0.10.7
2026-06-16T04:57:38.1402965Z    Compiling futures-io v0.3.32
2026-06-16T04:57:38.1690612Z    Compiling serde_json v1.0.150
2026-06-16T04:57:38.1782918Z    Compiling rustversion v1.0.22
2026-06-16T04:57:38.2493422Z    Compiling futures-channel v0.3.32
2026-06-16T04:57:38.2551173Z    Compiling fastrand v2.4.1
2026-06-16T04:57:38.2572397Z    Compiling futures-task v0.3.32
2026-06-16T04:57:38.3569245Z    Compiling sha2 v0.10.9
2026-06-16T04:57:38.4236534Z    Compiling fallible-iterator v0.3.0
2026-06-16T04:57:38.4385955Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T04:57:38.5067006Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-16T04:57:38.5431380Z    Compiling fnv v1.0.7
2026-06-16T04:57:38.5522819Z    Compiling strsim v0.11.1
2026-06-16T04:57:38.5944969Z    Compiling cfg_aliases v0.2.1
2026-06-16T04:57:38.7790383Z    Compiling litemap v0.8.2
2026-06-16T04:57:38.7934768Z    Compiling writeable v0.6.3
2026-06-16T04:57:38.8531150Z    Compiling cmake v0.1.58
2026-06-16T04:57:38.9286544Z    Compiling icu_properties_data v2.2.0
2026-06-16T04:57:38.9620287Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T04:57:39.1465673Z    Compiling ident_case v1.0.1
2026-06-16T04:57:39.1718038Z    Compiling dunce v1.0.5
2026-06-16T04:57:39.1760414Z    Compiling fs_extra v1.3.0
2026-06-16T04:57:39.2133974Z    Compiling utf8_iter v1.0.4
2026-06-16T04:57:39.2637557Z    Compiling windows-targets v0.52.6
2026-06-16T04:57:39.2721764Z    Compiling anyhow v1.0.102
2026-06-16T04:57:39.3550276Z    Compiling windows-sys v0.59.0
2026-06-16T04:57:39.3684318Z    Compiling percent-encoding v2.3.2
2026-06-16T04:57:39.3759304Z    Compiling http v1.4.1
2026-06-16T04:57:39.4724665Z    Compiling unicode-segmentation v1.13.3
2026-06-16T04:57:39.4725310Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T04:57:39.4739850Z    Compiling ring v0.17.14
2026-06-16T04:57:39.5362884Z    Compiling aws-lc-sys v0.41.0
2026-06-16T04:57:39.6341382Z    Compiling cpufeatures v0.3.0
2026-06-16T04:57:39.7241907Z    Compiling thiserror v2.0.18
2026-06-16T04:57:40.0356383Z    Compiling aws-lc-rs v1.17.0
2026-06-16T04:57:40.0504166Z    Compiling fs2 v0.4.3
2026-06-16T04:57:40.1662882Z    Compiling scopeguard v1.2.0
2026-06-16T04:57:40.4438463Z    Compiling chacha20 v0.10.0
2026-06-16T04:57:40.5196053Z    Compiling lock_api v0.4.14
2026-06-16T04:57:40.6151641Z    Compiling form_urlencoded v1.2.2
2026-06-16T04:57:40.6585476Z    Compiling untrusted v0.9.0
2026-06-16T04:57:40.7659713Z    Compiling rand v0.10.1
2026-06-16T04:57:40.7722901Z    Compiling num-traits v0.2.19
2026-06-16T04:57:40.7871915Z    Compiling windows-result v0.4.1
2026-06-16T04:57:40.7872397Z    Compiling windows-strings v0.5.1
2026-06-16T04:57:40.8055750Z    Compiling rustls v0.23.40
2026-06-16T04:57:40.8681621Z    Compiling heck v0.5.0
2026-06-16T04:57:41.0584614Z    Compiling convert_case v0.10.0
2026-06-16T04:57:41.0907651Z    Compiling unicode-xid v0.2.6
2026-06-16T04:57:41.1273105Z    Compiling const-oid v0.10.2
2026-06-16T04:57:41.1622301Z    Compiling atomic-waker v1.1.2
2026-06-16T04:57:41.2104039Z    Compiling httparse v1.10.1
2026-06-16T04:57:41.2221702Z    Compiling parking_lot_core v0.9.12
2026-06-16T04:57:41.2445988Z    Compiling http-body v1.0.1
2026-06-16T04:57:41.3250916Z    Compiling hybrid-array v0.4.12
2026-06-16T04:57:41.3872984Z    Compiling powerfmt v0.2.0
2026-06-16T04:57:41.4170032Z    Compiling base64ct v1.8.3
2026-06-16T04:57:41.5367188Z    Compiling synstructure v0.13.2
2026-06-16T04:57:41.5664915Z    Compiling darling_core v0.20.11
2026-06-16T04:57:41.5718777Z    Compiling either v1.16.0
2026-06-16T04:57:41.5884323Z    Compiling deranged v0.5.8
2026-06-16T04:57:41.6917814Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T04:57:41.8108970Z    Compiling tinyvec_macros v0.1.1
2026-06-16T04:57:41.8855438Z    Compiling num-conv v0.2.2
2026-06-16T04:57:41.9587302Z    Compiling tower-service v0.3.3
2026-06-16T04:57:42.0489545Z    Compiling time-core v0.1.8
2026-06-16T04:57:42.1207541Z    Compiling data-encoding v2.11.0
2026-06-16T04:57:42.1384399Z    Compiling ref-cast v1.0.25
2026-06-16T04:57:42.2864483Z    Compiling base64 v0.22.1
2026-06-16T04:57:42.2865475Z    Compiling try-lock v0.2.5
2026-06-16T04:57:42.2963543Z    Compiling parking_lot v0.12.5
2026-06-16T04:57:42.3285745Z    Compiling block-buffer v0.12.0
2026-06-16T04:57:42.4110810Z    Compiling want v0.3.1
2026-06-16T04:57:42.4140590Z    Compiling crypto-common v0.2.2
2026-06-16T04:57:42.5252361Z    Compiling tinyvec v1.11.0
2026-06-16T04:57:42.5929420Z    Compiling serde_derive_internals v0.29.1
2026-06-16T04:57:42.6801384Z    Compiling vergen-lib v9.1.0
2026-06-16T04:57:42.7852405Z    Compiling n0-future v0.3.2
2026-06-16T04:57:42.8571918Z    Compiling memoffset v0.6.5
2026-06-16T04:57:42.9857667Z    Compiling inout v0.1.4
2026-06-16T04:57:43.0176509Z    Compiling aho-corasick v1.1.4
2026-06-16T04:57:43.0442159Z    Compiling winnow v1.0.3
2026-06-16T04:57:43.0568287Z    Compiling regex-syntax v0.8.10
2026-06-16T04:57:43.1172332Z    Compiling httpdate v1.0.3
2026-06-16T04:57:43.1458216Z    Compiling parking v2.2.1
2026-06-16T04:57:43.2018555Z    Compiling diatomic-waker v0.2.3
2026-06-16T04:57:43.2238841Z    Compiling winnow v0.7.15
2026-06-16T04:57:43.2311651Z    Compiling cordyceps v0.3.4
2026-06-16T04:57:43.3509461Z    Compiling thiserror v1.0.69
2026-06-16T04:57:43.3828605Z    Compiling toml_write v0.1.2
2026-06-16T04:57:43.4148720Z    Compiling crossbeam-utils v0.8.21
2026-06-16T04:57:43.5728017Z    Compiling spin v0.10.0
2026-06-16T04:57:43.6467008Z    Compiling digest v0.11.3
2026-06-16T04:57:43.6693828Z    Compiling futures-buffered v0.2.13
2026-06-16T04:57:43.8204319Z    Compiling socket2 v0.6.4
2026-06-16T04:57:43.8329842Z    Compiling mio v1.2.1
2026-06-16T04:57:44.0426137Z    Compiling futures-lite v2.6.1
2026-06-16T04:57:44.1820759Z    Compiling cipher v0.4.4
2026-06-16T04:57:44.1877939Z    Compiling vergen-lib v0.1.6
2026-06-16T04:57:44.2296487Z    Compiling vergen v9.1.0
2026-06-16T04:57:44.2675062Z    Compiling serde_derive v1.0.228
2026-06-16T04:57:44.2963198Z    Compiling zeroize_derive v1.4.3
2026-06-16T04:57:44.4747013Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T04:57:44.5421899Z    Compiling zerofrom-derive v0.1.7
2026-06-16T04:57:44.5651758Z    Compiling tokio-macros v2.7.0
2026-06-16T04:57:44.6068134Z    Compiling yoke-derive v0.8.2
2026-06-16T04:57:44.6068704Z    Compiling futures-macro v0.3.32
2026-06-16T04:57:44.6217439Z    Compiling zerovec-derive v0.11.3
2026-06-16T04:57:45.0219317Z    Compiling displaydoc v0.2.6
2026-06-16T04:57:45.0758832Z    Compiling zeroize v1.8.2
2026-06-16T04:57:45.0967384Z    Compiling tracing-attributes v0.1.31
2026-06-16T04:57:45.1586856Z    Compiling thiserror-impl v2.0.18
2026-06-16T04:57:45.5032254Z    Compiling tokio v1.52.3
2026-06-16T04:57:45.5533533Z    Compiling rustls-pki-types v1.14.1
2026-06-16T04:57:45.7322472Z    Compiling futures-util v0.3.32
2026-06-16T04:57:46.3509878Z    Compiling darling_macro v0.20.11
2026-06-16T04:57:46.4033934Z    Compiling derive_more-impl v2.1.1
2026-06-16T04:57:46.4668968Z    Compiling spez v0.1.2
2026-06-16T04:57:46.4782453Z    Compiling n0-error-macros v0.1.3
2026-06-16T04:57:46.5040141Z    Compiling windows-implement v0.60.2
2026-06-16T04:57:46.5145707Z    Compiling zerofrom v0.1.8
2026-06-16T04:57:46.6750299Z    Compiling ed25519-dalek v2.2.0
2026-06-16T04:57:46.9120837Z    Compiling yoke v0.8.3
2026-06-16T04:57:46.9205964Z    Compiling windows-interface v0.59.3
2026-06-16T04:57:46.9454997Z    Compiling spt-proto v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-16T04:57:47.0120945Z    Compiling darling v0.20.11
2026-06-16T04:57:47.1591448Z    Compiling der v0.8.0-rc.10
2026-06-16T04:57:47.2551137Z    Compiling zerovec v0.11.6
2026-06-16T04:57:47.2986038Z    Compiling zerotrie v0.2.4
2026-06-16T04:57:47.3272359Z    Compiling derive_builder_core v0.20.2
2026-06-16T04:57:47.4450104Z    Compiling pin-project-internal v1.1.13
2026-06-16T04:57:47.6057590Z    Compiling ref-cast-impl v1.0.25
2026-06-16T04:57:47.6192605Z    Compiling n0-error v0.1.3
2026-06-16T04:57:47.6915895Z    Compiling regex-automata v0.4.14
2026-06-16T04:57:47.8472685Z    Compiling windows-core v0.62.2
2026-06-16T04:57:47.8645425Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T04:57:47.9994963Z    Compiling tinystr v0.8.3
2026-06-16T04:57:48.2818256Z    Compiling icu_locale_core v2.2.0
2026-06-16T04:57:48.3534730Z    Compiling potential_utf v0.1.5
2026-06-16T04:57:48.3587937Z    Compiling spki v0.8.0-rc.4
2026-06-16T04:57:48.5691092Z    Compiling icu_collections v2.2.0
2026-06-16T04:57:48.7233842Z    Compiling derive_builder_macro v0.20.2
2026-06-16T04:57:48.7729645Z    Compiling schemars_derive v1.2.1
2026-06-16T04:57:48.8826666Z    Compiling thiserror-impl v1.0.69
2026-06-16T04:57:48.8969628Z    Compiling pin-project v1.1.13
2026-06-16T04:57:48.9108978Z    Compiling noq-udp v0.10.0
2026-06-16T04:57:48.9130938Z    Compiling serial-core v0.4.0
2026-06-16T04:57:49.0524315Z    Compiling universal-hash v0.5.1
2026-06-16T04:57:49.1726188Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T04:57:49.2463210Z    Compiling ipnet v2.12.0
2026-06-16T04:57:49.2853131Z    Compiling icu_provider v2.2.0
2026-06-16T04:57:49.2964292Z    Compiling derive_builder v0.20.2
2026-06-16T04:57:49.3889967Z    Compiling serde_spanned v0.6.9
2026-06-16T04:57:49.3951571Z    Compiling toml_datetime v0.6.11
2026-06-16T04:57:49.3952199Z    Compiling heapless v0.7.17
2026-06-16T04:57:49.5257101Z    Compiling sync_wrapper v1.0.2
2026-06-16T04:57:49.5722587Z    Compiling icu_normalizer v2.2.0
2026-06-16T04:57:49.5724462Z    Compiling icu_properties v2.2.0
2026-06-16T04:57:49.6005628Z    Compiling toml_edit v0.22.27
2026-06-16T04:57:49.6557527Z    Compiling dyn-clone v1.0.20
2026-06-16T04:57:49.7233307Z    Compiling once_cell v1.21.4
2026-06-16T04:57:49.7322312Z    Compiling allocator-api2 v0.2.21
2026-06-16T04:57:49.7832755Z    Compiling winreg v0.10.1
2026-06-16T04:57:49.8094052Z    Compiling byteorder v1.5.0
2026-06-16T04:57:49.8368120Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T04:57:50.0655019Z    Compiling tracing-core v0.1.36
2026-06-16T04:57:50.0830113Z    Compiling tokio-util v0.7.18
2026-06-16T04:57:50.1314124Z    Compiling tempfile v3.27.0
2026-06-16T04:57:50.1583848Z    Compiling opaque-debug v0.3.1
2026-06-16T04:57:50.1901209Z    Compiling hashbrown v0.14.5
2026-06-16T04:57:50.2572205Z    Compiling polyval v0.6.2
2026-06-16T04:57:50.2714184Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T04:57:50.2714681Z    Compiling hash32 v0.2.1
2026-06-16T04:57:50.5354912Z    Compiling tracing v0.1.44
2026-06-16T04:57:50.5583197Z    Compiling regex v1.12.3
2026-06-16T04:57:50.7166230Z    Compiling prefix-trie v0.8.4
2026-06-16T04:57:50.8338958Z    Compiling hashlink v0.9.1
2026-06-16T04:57:50.8460660Z    Compiling idna_adapter v1.2.2
2026-06-16T04:57:50.8925059Z    Compiling h2 v0.4.14
2026-06-16T04:57:50.9011920Z    Compiling derive_more v2.1.1
2026-06-16T04:57:50.9618409Z    Compiling schemars v1.2.1
2026-06-16T04:57:51.1637698Z    Compiling idna v1.1.0
2026-06-16T04:57:51.2769296Z    Compiling serial-windows v0.4.0
2026-06-16T04:57:51.3496947Z    Compiling rusqlite v0.32.1
2026-06-16T04:57:51.4516648Z    Compiling futures-executor v0.3.32
2026-06-16T04:57:51.4517126Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T04:57:51.5386146Z    Compiling toml v0.8.23
2026-06-16T04:57:51.5608709Z    Compiling url v2.5.8
2026-06-16T04:57:51.7730303Z    Compiling spin v0.9.8
2026-06-16T04:57:51.7843699Z    Compiling vergen-gitcl v1.0.8
2026-06-16T04:57:51.8832478Z    Compiling windows-threading v0.2.1
2026-06-16T04:57:51.8938861Z    Compiling pin-utils v0.1.0
2026-06-16T04:57:52.0148079Z    Compiling tower-layer v0.3.3
2026-06-16T04:57:52.0294214Z    Compiling ryu v1.0.23
2026-06-16T04:57:52.0909456Z    Compiling bitflags v1.3.2
2026-06-16T04:57:52.2024036Z    Compiling signature v3.0.0
2026-06-16T04:57:52.2024472Z    Compiling lazy_static v1.5.0
2026-06-16T04:57:52.2766633Z    Compiling nix v0.25.1
2026-06-16T04:57:52.2976832Z    Compiling spt-store v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-16T04:57:52.3248073Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T04:57:52.3674539Z    Compiling shared_library v0.1.9
2026-06-16T04:57:52.3721754Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T04:57:52.4192617Z    Compiling windows-future v0.3.2
2026-06-16T04:57:52.8173590Z    Compiling futures v0.3.32
2026-06-16T04:57:52.8931868Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T04:57:52.8975521Z    Compiling serial v0.4.0
2026-06-16T04:57:53.0607276Z    Compiling proc-macro-crate v3.5.0
2026-06-16T04:57:53.1635959Z    Compiling filedescriptor v0.8.3
2026-06-16T04:57:53.2074019Z    Compiling ghash v0.5.1
2026-06-16T04:57:53.3740504Z    Compiling windows-numerics v0.3.1
2026-06-16T04:57:53.4717497Z    Compiling windows-collections v0.3.2
2026-06-16T04:57:53.5192014Z    Compiling cobs v0.3.0
2026-06-16T04:57:53.5403381Z    Compiling aes v0.8.4
2026-06-16T04:57:53.5982642Z    Compiling ctr v0.9.2
2026-06-16T04:57:53.5985640Z    Compiling postcard-derive v0.2.2
2026-06-16T04:57:53.6868537Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T04:57:53.8633034Z    Compiling time v0.3.47
2026-06-16T04:57:53.8633870Z    Compiling http-body-util v0.1.3
2026-06-16T04:57:53.9314523Z    Compiling aead v0.5.2
2026-06-16T04:57:53.9485738Z    Compiling widestring v1.2.1
2026-06-16T04:57:54.0306446Z    Compiling downcast-rs v1.2.1
2026-06-16T04:57:54.0872377Z    Compiling shell-words v1.1.1
2026-06-16T04:57:54.1713423Z    Compiling ipconfig v0.3.4
2026-06-16T04:57:54.1989872Z    Compiling aes-gcm v0.10.3
2026-06-16T04:57:54.2612068Z    Compiling portable-pty v0.8.1
2026-06-16T04:57:54.3572823Z    Compiling spt-msg v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-16T04:57:54.3929005Z    Compiling postcard v1.1.3
2026-06-16T04:57:54.3985275Z    Compiling windows v0.62.2
2026-06-16T04:57:54.4645694Z    Compiling num_enum_derive v0.7.6
2026-06-16T04:57:54.7138369Z    Compiling spt-runtime v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-16T04:57:54.8963947Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T04:57:55.0240534Z    Compiling hyper v1.10.1
2026-06-16T04:57:55.1034886Z    Compiling data-encoding-macro v0.1.20
2026-06-16T04:57:55.1423269Z    Compiling crossbeam-channel v0.5.15
2026-06-16T04:57:55.3478321Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T04:57:55.3766224Z    Compiling tower v0.5.3
2026-06-16T04:57:55.5333695Z    Compiling chrono v0.4.45
2026-06-16T04:57:55.8199162Z    Compiling async-trait v0.1.89
2026-06-16T04:57:55.8624784Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T04:57:55.8625287Z    Compiling enum-assoc v1.3.0
2026-06-16T04:57:55.8663181Z    Compiling strum_macros v0.28.0
2026-06-16T04:57:56.1017754Z    Compiling windows-registry v0.6.1
2026-06-16T04:57:56.1571279Z    Compiling blake3 v1.8.5
2026-06-16T04:57:56.2832174Z    Compiling noq v0.18.0
2026-06-16T04:57:56.5698526Z    Compiling hyper-util v0.1.20
2026-06-16T04:57:56.6607312Z    Compiling netwatch v0.16.0
2026-06-16T04:57:56.7148655Z    Compiling uuid v1.23.2
2026-06-16T04:57:56.7684529Z    Compiling acto v0.8.2
2026-06-16T04:57:56.8107066Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T04:57:56.8837730Z    Compiling rustc-hash v2.1.2
2026-06-16T04:57:56.9828529Z    Compiling foldhash v0.2.0
2026-06-16T04:57:57.0411137Z    Compiling xml-rs v0.8.28
2026-06-16T04:57:57.0487184Z    Compiling identity-hash v0.1.0
2026-06-16T04:57:57.1089987Z    Compiling tagptr v0.2.0
2026-06-16T04:57:57.1728713Z    Compiling mac-addr v0.3.0
2026-06-16T04:57:57.2120647Z    Compiling lru-slab v0.1.2
2026-06-16T04:57:57.2439676Z    Compiling hashbrown v0.16.1
2026-06-16T04:57:57.3136336Z    Compiling netdev v0.42.0
2026-06-16T04:57:57.3447443Z    Compiling moka v0.12.15
2026-06-16T04:57:57.5663124Z    Compiling iroh-metrics v0.38.3
2026-06-16T04:57:57.5941218Z    Compiling iroh-relay v0.98.0
2026-06-16T04:57:57.6989832Z    Compiling xmltree v0.10.3
2026-06-16T04:57:57.9658222Z    Compiling tower-http v0.6.11
2026-06-16T04:57:57.9674481Z    Compiling num_enum v0.7.6
2026-06-16T04:57:58.1133315Z    Compiling iroh-base v0.98.0
2026-06-16T04:57:58.2240441Z    Compiling attohttpc v0.30.1
2026-06-16T04:57:58.2401308Z    Compiling n0-watcher v0.6.1
2026-06-16T04:57:58.3288606Z    Compiling tokio-stream v0.1.18
2026-06-16T04:57:58.3722302Z    Compiling simple-dns v0.9.3
2026-06-16T04:57:58.4921843Z    Compiling strum v0.28.0
2026-06-16T04:57:58.6055670Z    Compiling arrayvec v0.7.6
2026-06-16T04:57:58.6535288Z    Compiling simdutf8 v0.1.5
2026-06-16T04:57:58.7868697Z    Compiling resolv-conf v0.7.6
2026-06-16T04:57:58.8863311Z    Compiling constant_time_eq v0.4.2
2026-06-16T04:57:58.8863889Z    Compiling sha1_smol v1.0.1
2026-06-16T04:57:58.9067471Z    Compiling smol_str v0.1.24
2026-06-16T04:57:58.9947271Z    Compiling arrayref v0.3.9
2026-06-16T04:57:59.0018844Z    Compiling igd-next v0.17.1
2026-06-16T04:57:59.0932509Z    Compiling lru v0.16.4
2026-06-16T04:57:59.1030474Z    Compiling spt-term v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-16T04:57:59.1425908Z    Compiling webpki-roots v1.0.7
2026-06-16T04:57:59.1447590Z    Compiling seize v0.5.1
2026-06-16T04:57:59.2286444Z    Compiling iroh v0.98.2
2026-06-16T04:57:59.3090456Z    Compiling serde_bytes v0.11.19
2026-06-16T04:57:59.3444399Z    Compiling hmac v0.12.1
2026-06-16T04:57:59.4092146Z    Compiling iroh-dns v0.98.0
2026-06-16T04:57:59.4112855Z    Compiling cmov v0.5.4
2026-06-16T04:57:59.5097121Z    Compiling hkdf v0.12.4
2026-06-16T04:57:59.6061094Z    Compiling ctutils v0.4.2
2026-06-16T04:57:59.6528043Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T04:57:59.6564173Z    Compiling papaya v0.2.4
2026-06-16T04:57:59.6795896Z    Compiling backon v1.6.0
2026-06-16T04:57:59.6796338Z    Compiling spake2 v0.4.0
2026-06-16T04:57:59.7607368Z    Compiling sha1 v0.10.6
2026-06-16T04:57:59.8982218Z    Compiling spt-live v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-16T04:57:59.9121023Z    Compiling recvmsg v1.0.0
2026-06-16T04:57:59.9585592Z    Compiling doctest-file v1.1.1
2026-06-16T04:58:00.0411510Z    Compiling darling_core v0.23.0
2026-06-16T04:58:00.0751859Z    Compiling once_cell_polyfill v1.70.2
2026-06-16T04:58:00.0752346Z    Compiling utf8parse v0.2.2
2026-06-16T04:58:00.1433137Z    Compiling anstyle v1.0.14
2026-06-16T04:58:00.1842536Z    Compiling anstyle-query v1.1.5
2026-06-16T04:58:00.2616586Z    Compiling anstyle-parse v1.0.0
2026-06-16T04:58:00.3176303Z    Compiling foldhash v0.1.5
2026-06-16T04:58:00.3607676Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T04:58:00.4310673Z    Compiling anstyle-wincon v3.0.11
2026-06-16T04:58:00.4995503Z    Compiling colorchoice v1.0.5
2026-06-16T04:58:00.5253685Z    Compiling paste v1.0.15
2026-06-16T04:58:00.5399588Z    Compiling instability v0.3.12
2026-06-16T04:58:00.6384095Z    Compiling anstream v1.0.0
2026-06-16T04:58:00.6718117Z    Compiling hashbrown v0.15.5
2026-06-16T04:58:00.6911127Z    Compiling interprocess v2.4.2
2026-06-16T04:58:00.8777607Z    Compiling strum_macros v0.26.4
2026-06-16T04:58:00.9699336Z    Compiling terminal_size v0.4.4
2026-06-16T04:58:01.1046155Z    Compiling itertools v0.13.0
2026-06-16T04:58:01.2332506Z    Compiling crossterm_winapi v0.9.1
2026-06-16T04:58:01.2443920Z    Compiling castaway v0.2.4
2026-06-16T04:58:01.2984649Z    Compiling static_assertions v1.1.0
2026-06-16T04:58:01.4073053Z    Compiling clap_lex v1.1.0
2026-06-16T04:58:01.4295029Z    Compiling unicode-width v0.1.14
2026-06-16T04:58:01.4472550Z    Compiling indoc v2.0.7
2026-06-16T04:58:01.7094884Z    Compiling clap_builder v4.6.0
2026-06-16T04:58:01.8144066Z    Compiling crossterm v0.28.1
2026-06-16T04:58:01.8144532Z    Compiling compact_str v0.8.2
2026-06-16T04:58:01.8909877Z    Compiling lru v0.12.5
2026-06-16T04:58:02.1941048Z    Compiling clap_derive v4.6.1
2026-06-16T04:58:02.3213448Z    Compiling cassowary v0.3.0
2026-06-16T04:58:02.4564170Z    Compiling unicode-width v0.2.0
2026-06-16T04:58:02.8039706Z    Compiling unicode-truncate v1.1.0
2026-06-16T04:58:02.8422612Z    Compiling nucleo-matcher v0.3.1
2026-06-16T04:58:02.9229269Z    Compiling qrcode v0.14.1
2026-06-16T04:58:03.4750621Z    Compiling mock-adapter v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-16T04:58:03.7649131Z    Compiling strum v0.26.3
2026-06-16T04:58:04.2198815Z    Compiling darling_macro v0.23.0
2026-06-16T04:58:04.6817559Z    Compiling clap v4.6.1
2026-06-16T04:58:04.7097230Z    Compiling darling v0.23.0
2026-06-16T04:58:05.2360859Z    Compiling wmi v0.18.4
2026-06-16T04:58:05.8219116Z    Compiling ratatui v0.29.0
2026-06-16T04:58:07.2888827Z    Compiling portmapper v0.16.0
2026-06-16T04:58:21.7766590Z    Compiling rustls-webpki v0.103.13
2026-06-16T04:58:24.1922290Z    Compiling tokio-rustls v0.26.4
2026-06-16T04:58:24.1922623Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T04:58:24.1922976Z    Compiling noq-proto v0.17.0
2026-06-16T04:58:24.3502690Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T04:58:24.3503194Z    Compiling hyper-rustls v0.27.9
2026-06-16T04:58:24.3503544Z    Compiling tokio-websockets v0.13.2
2026-06-16T04:58:24.4968445Z    Compiling reqwest v0.13.4
2026-06-16T04:58:25.4475523Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T04:58:42.3864081Z    Compiling spt-net v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-16T04:58:43.8221452Z    Compiling spt-daemon v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-16T04:58:53.6595261Z    Compiling spt v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-16T04:59:06.7668820Z    Compiling xtask v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-16T04:59:33.0551407Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 57s
2026-06-16T05:00:05.9215822Z ────────────
2026-06-16T05:00:05.9216187Z  Nextest run ID 59ed55fa-9eb1-4815-a4c8-9110eab40d96 with nextest profile: default
2026-06-16T05:00:05.9216563Z     Starting 1087 tests across 68 binaries (1 test skipped)
2026-06-16T05:00:05.9571442Z         PASS [   0.031s] (   1/1087) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-16T05:00:05.9708101Z         PASS [   0.047s] (   2/1087) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-16T05:00:05.9739228Z         PASS [   0.050s] (   3/1087) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-16T05:00:05.9968173Z         PASS [   0.040s] (   4/1087) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-16T05:00:06.0033591Z         PASS [   0.032s] (   5/1087) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-16T05:00:06.0090985Z         PASS [   0.035s] (   6/1087) spt::oneliner_e2e install_script_against_staged_release
2026-06-16T05:00:06.0234683Z         PASS [   0.014s] (   7/1087) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-16T05:00:07.1280775Z         PASS [   1.204s] (   8/1087) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-16T05:00:07.1455230Z         PASS [   1.222s] (   9/1087) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-16T05:00:07.2794889Z         PASS [   1.349s] (  10/1087) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-16T05:00:07.3189825Z         PASS [   1.393s] (  11/1087) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-16T05:00:07.4060936Z         PASS [   0.086s] (  12/1087) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-16T05:00:07.4493484Z         PASS [   0.046s] (  13/1087) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-16T05:00:07.5441764Z         PASS [   0.089s] (  14/1087) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-16T05:00:07.5844294Z         PASS [   1.659s] (  15/1087) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-16T05:00:07.5962385Z         PASS [   0.057s] (  16/1087) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-16T05:00:07.6480366Z         PASS [   0.065s] (  17/1087) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-16T05:00:07.6555731Z         PASS [   0.059s] (  18/1087) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-16T05:00:07.6901472Z         PASS [   1.692s] (  19/1087) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-16T05:00:07.7027019Z         PASS [   0.047s] (  20/1087) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-16T05:00:07.7028087Z         PASS [   0.054s] (  21/1087) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-16T05:00:07.7036381Z         PASS [   1.780s] (  22/1087) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-16T05:00:07.7283652Z         PASS [   0.034s] (  23/1087) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-16T05:00:07.7404824Z         PASS [   0.036s] (  24/1087) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-16T05:00:07.7464260Z         PASS [   0.043s] (  25/1087) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-16T05:00:07.7946658Z         PASS [   1.771s] (  26/1087) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-16T05:00:07.8547049Z         PASS [   0.056s] (  27/1087) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-16T05:00:07.8547775Z         PASS [   0.114s] (  28/1087) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-16T05:00:07.8933314Z         PASS [   1.961s] (  29/1087) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-16T05:00:07.8934078Z         PASS [   0.168s] (  30/1087) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-16T05:00:07.9051627Z         PASS [   0.201s] (  31/1087) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-16T05:00:07.9177553Z         PASS [   0.032s] (  32/1087) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-16T05:00:07.9524051Z         PASS [   0.033s] (  33/1087) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-16T05:00:07.9557492Z         PASS [   0.103s] (  34/1087) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-16T05:00:07.9563542Z         PASS [   0.063s] (  35/1087) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-16T05:00:07.9618064Z         PASS [   0.057s] (  36/1087) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-16T05:00:07.9619487Z         PASS [   0.216s] (  37/1087) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-16T05:00:07.9910864Z         PASS [   0.033s] (  38/1087) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-16T05:00:08.0048060Z         PASS [   2.077s] (  39/1087) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-16T05:00:08.0156719Z         PASS [   0.054s] (  40/1087) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-16T05:00:08.0266310Z         PASS [   0.070s] (  41/1087) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-16T05:00:08.0377498Z         PASS [   0.064s] (  42/1087) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-16T05:00:08.0760078Z         PASS [   0.121s] (  43/1087) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-16T05:00:08.0838530Z         PASS [   0.096s] (  44/1087) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-16T05:00:08.0862936Z         PASS [   0.055s] (  45/1087) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-16T05:00:08.0864204Z         PASS [   0.233s] (  46/1087) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-16T05:00:08.0878780Z         PASS [   0.085s] (  47/1087) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-16T05:00:08.1080528Z         PASS [   0.081s] (  48/1087) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-16T05:00:08.1441916Z         PASS [   0.124s] (  49/1087) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-16T05:00:08.1456371Z         PASS [   0.064s] (  50/1087) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-16T05:00:08.1567337Z         PASS [   0.068s] (  51/1087) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-16T05:00:08.1593408Z         PASS [   0.084s] (  52/1087) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-16T05:00:08.1792630Z         PASS [   0.039s] (  53/1087) spt::bin/spt api::tests::adapter_is_required
2026-06-16T05:00:08.1814775Z         PASS [   0.075s] (  54/1087) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-16T05:00:08.1897456Z         PASS [   0.107s] (  55/1087) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-16T05:00:08.1899566Z         PASS [   0.102s] (  56/1087) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-16T05:00:08.1930442Z         PASS [   0.036s] (  57/1087) spt::bin/spt api::tests::state_value_is_validated
2026-06-16T05:00:08.1939581Z         PASS [   0.049s] (  58/1087) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-16T05:00:08.2047380Z         PASS [   0.045s] (  59/1087) spt::bin/spt api::tests::surface_parses
2026-06-16T05:00:08.2462102Z         PASS [   0.066s] (  60/1087) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-16T05:00:08.2851515Z         PASS [   0.086s] (  61/1087) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-16T05:00:08.3174073Z         PASS [   0.121s] (  62/1087) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-16T05:00:08.3434496Z         PASS [   0.145s] (  63/1087) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-16T05:00:08.3517336Z         PASS [   0.153s] (  64/1087) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-16T05:00:08.3662026Z         PASS [   0.097s] (  65/1087) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-16T05:00:08.3758492Z         PASS [   0.187s] (  66/1087) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-16T05:00:08.3873352Z         PASS [   0.043s] (  67/1087) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-16T05:00:08.3874182Z         PASS [   0.042s] (  68/1087) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-16T05:00:08.3876881Z         PASS [   0.077s] (  69/1087) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-16T05:00:08.4101597Z         PASS [   0.031s] (  70/1087) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-16T05:00:08.4102546Z         PASS [   0.025s] (  71/1087) spt::bin/spt cli::tests::bare_tty_guard
2026-06-16T05:00:08.4122337Z         PASS [   0.024s] (  72/1087) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-16T05:00:08.4123021Z         PASS [   0.021s] (  73/1087) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-16T05:00:08.4267957Z         PASS [   0.060s] (  74/1087) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-16T05:00:08.4268794Z         PASS [   0.019s] (  75/1087) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-16T05:00:08.4403699Z         PASS [   0.029s] (  76/1087) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-16T05:00:08.4472725Z         PASS [   0.022s] (  77/1087) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-16T05:00:08.4474734Z         PASS [   0.040s] (  78/1087) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-16T05:00:08.4524059Z         PASS [   0.026s] (  79/1087) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-16T05:00:08.4663680Z         PASS [   0.021s] (  80/1087) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-16T05:00:08.4664311Z         PASS [   0.049s] (  81/1087) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-16T05:00:08.4747589Z         PASS [   0.023s] (  82/1087) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-16T05:00:08.4916887Z         PASS [   0.035s] (  83/1087) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-16T05:00:08.5068728Z         PASS [   0.032s] (  84/1087) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-16T05:00:08.5131208Z         PASS [   0.055s] (  85/1087) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-16T05:00:08.5380804Z         PASS [   0.049s] (  86/1087) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-16T05:00:08.5388033Z         PASS [   0.049s] (  87/1087) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-16T05:00:08.6050472Z         PASS [   0.400s] (  88/1087) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-16T05:00:08.6165281Z         PASS [   0.371s] (  89/1087) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-16T05:00:08.9432803Z         PASS [   0.429s] (  90/1087) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-16T05:00:08.9500198Z         PASS [   0.413s] (  91/1087) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-16T05:00:08.9512930Z         PASS [   0.413s] (  92/1087) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-16T05:00:08.9552462Z         PASS [   0.348s] (  93/1087) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-16T05:00:08.9803196Z         PASS [   0.038s] (  94/1087) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-16T05:00:08.9885116Z         PASS [   0.036s] (  95/1087) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-16T05:00:08.9885988Z         PASS [   0.371s] (  96/1087) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-16T05:00:08.9887528Z         PASS [   0.038s] (  97/1087) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-16T05:00:08.9922501Z         PASS [   0.040s] (  98/1087) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-16T05:00:09.0011926Z         PASS [   0.021s] (  99/1087) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-16T05:00:09.0215410Z         PASS [   0.024s] ( 100/1087) spt::bin/spt cli::tests::notify_surface_parses
2026-06-16T05:00:09.0369199Z         PASS [   0.046s] ( 101/1087) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-16T05:00:09.0373733Z         PASS [   0.041s] ( 102/1087) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-16T05:00:09.0733945Z         PASS [   0.038s] ( 103/1087) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-16T05:00:09.1067845Z         PASS [   0.035s] ( 104/1087) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-16T05:00:09.1908115Z         PASS [   0.084s] ( 105/1087) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-16T05:00:09.2076123Z         PASS [   0.017s] ( 106/1087) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-16T05:00:09.2263273Z         PASS [   0.193s] ( 107/1087) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-16T05:00:09.2432046Z         PASS [   0.032s] ( 108/1087) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-16T05:00:09.2551066Z         PASS [   0.029s] ( 109/1087) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-16T05:00:09.2596015Z         PASS [   0.248s] ( 110/1087) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-16T05:00:09.3671780Z         PASS [   0.112s] ( 111/1087) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-16T05:00:09.3961541Z         PASS [   0.134s] ( 112/1087) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-16T05:00:09.4510145Z         PASS [   3.444s] ( 113/1087) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-16T05:00:09.5276875Z         PASS [   0.286s] ( 114/1087) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-16T05:00:09.5832259Z         PASS [   0.582s] ( 115/1087) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-16T05:00:09.5869216Z         PASS [   2.459s] ( 116/1087) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-16T05:00:09.6241302Z         PASS [   0.098s] ( 117/1087) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-16T05:00:09.6245737Z         PASS [   0.258s] ( 118/1087) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-16T05:00:09.6391344Z         PASS [   0.055s] ( 119/1087) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-16T05:00:09.6486449Z         PASS [   0.062s] ( 120/1087) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-16T05:00:09.6634430Z         PASS [   0.025s] ( 121/1087) spt::bin/spt cli::tests::subcommands_parse
2026-06-16T05:00:09.6678051Z         PASS [   0.041s] ( 122/1087) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-16T05:00:09.6723856Z         PASS [   0.048s] ( 123/1087) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-16T05:00:09.6857375Z         PASS [   0.022s] ( 124/1087) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-16T05:00:09.6862656Z         PASS [   0.020s] ( 125/1087) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-16T05:00:09.6876997Z         PASS [   0.017s] ( 126/1087) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-16T05:00:09.6889918Z         PASS [   0.040s] ( 127/1087) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-16T05:00:09.7020907Z         PASS [   0.016s] ( 128/1087) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-16T05:00:09.7070186Z         PASS [   0.021s] ( 129/1087) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-16T05:00:09.7114917Z         PASS [   0.024s] ( 130/1087) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-16T05:00:09.7140302Z         PASS [   0.024s] ( 131/1087) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-16T05:00:09.7232349Z         PASS [   0.021s] ( 132/1087) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-16T05:00:09.7291170Z         PASS [   0.022s] ( 133/1087) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-16T05:00:09.7316745Z         PASS [   0.020s] ( 134/1087) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-16T05:00:09.7343149Z         PASS [   0.021s] ( 135/1087) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-16T05:00:09.7417373Z         PASS [   0.019s] ( 136/1087) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-16T05:00:09.7510947Z         PASS [   0.022s] ( 137/1087) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-16T05:00:09.7525990Z         PASS [   0.021s] ( 138/1087) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-16T05:00:09.7605308Z         PASS [   0.017s] ( 139/1087) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-16T05:00:09.7614553Z         PASS [   0.026s] ( 140/1087) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-16T05:00:09.7746206Z         PASS [   0.024s] ( 141/1087) spt::bin/spt picker::model::tests::back_unwinds
2026-06-16T05:00:09.7793954Z         PASS [   0.027s] ( 142/1087) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-16T05:00:09.7833828Z         PASS [   0.024s] ( 143/1087) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-16T05:00:09.7881086Z         PASS [   0.026s] ( 144/1087) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-16T05:00:09.7925626Z         PASS [   0.016s] ( 145/1087) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-16T05:00:09.8070267Z         PASS [   0.025s] ( 146/1087) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-16T05:00:09.8166516Z         PASS [   0.028s] ( 147/1087) spt::bin/spt picker::model::tests::kind_routes
2026-06-16T05:00:09.8198793Z         PASS [   0.029s] ( 148/1087) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-16T05:00:09.8211071Z         PASS [   0.036s] ( 149/1087) spt::bin/spt picker::model::tests::filter_narrows
2026-06-16T05:00:09.8284472Z         PASS [   0.023s] ( 150/1087) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-16T05:00:09.8330072Z         PASS [   0.017s] ( 151/1087) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-16T05:00:09.8403433Z         PASS [   0.019s] ( 152/1087) spt::bin/spt picker::model::tests::resume_title_render
2026-06-16T05:00:09.8442840Z         PASS [   0.024s] ( 153/1087) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-16T05:00:09.8553100Z         PASS [   0.022s] ( 154/1087) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-16T05:00:09.8562256Z         PASS [   0.029s] ( 155/1087) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-16T05:00:09.8745157Z         PASS [   0.035s] ( 156/1087) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-16T05:00:09.8746966Z         PASS [   0.029s] ( 157/1087) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-16T05:00:09.8869820Z         PASS [   0.492s] ( 158/1087) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-16T05:00:09.8872288Z         PASS [   0.031s] ( 159/1087) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-16T05:00:09.8995195Z         PASS [   0.025s] ( 160/1087) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-16T05:00:09.9011419Z         PASS [   0.027s] ( 161/1087) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-16T05:00:09.9036335Z         PASS [   0.046s] ( 162/1087) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-16T05:00:09.9083174Z         PASS [   0.023s] ( 163/1087) spt::bin/spt picker::view::tests::kind_buffer
2026-06-16T05:00:09.9134214Z         PASS [   0.027s] ( 164/1087) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-16T05:00:09.9222710Z         PASS [   0.023s] ( 165/1087) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-16T05:00:09.9244376Z         PASS [   0.023s] ( 166/1087) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-16T05:00:09.9245081Z         PASS [   0.021s] ( 167/1087) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-16T05:00:09.9319380Z         PASS [   0.023s] ( 168/1087) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-16T05:00:09.9375866Z         PASS [   0.023s] ( 169/1087) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-16T05:00:09.9518165Z         PASS [   0.029s] ( 170/1087) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-16T05:00:09.9966801Z         PASS [   1.549s] ( 171/1087) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-16T05:00:10.1103301Z         PASS [   2.965s] ( 172/1087) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-16T05:00:10.1497771Z         PASS [   0.225s] ( 173/1087) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-16T05:00:10.1744600Z         PASS [   0.064s] ( 174/1087) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-16T05:00:10.1780342Z         PASS [   0.027s] ( 175/1087) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-16T05:00:10.1900834Z         PASS [   0.193s] ( 176/1087) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-16T05:00:10.1915037Z         PASS [   0.239s] ( 177/1087) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-16T05:00:10.1962113Z         PASS [   0.259s] ( 178/1087) spt-daemon access::tests::gate_decision_table
2026-06-16T05:00:10.2036385Z         PASS [   0.029s] ( 179/1087) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-16T05:00:10.2089635Z         PASS [   0.030s] ( 180/1087) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-16T05:00:10.2106498Z         PASS [   0.020s] ( 181/1087) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-16T05:00:10.2245297Z         PASS [   0.033s] ( 182/1087) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-16T05:00:10.2271598Z         PASS [   0.031s] ( 183/1087) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-16T05:00:10.2545371Z         PASS [   0.050s] ( 184/1087) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-16T05:00:10.2882123Z         PASS [   0.077s] ( 185/1087) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-16T05:00:10.3132982Z         PASS [   0.087s] ( 186/1087) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-16T05:00:10.3134396Z         PASS [   0.085s] ( 187/1087) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-16T05:00:10.3206456Z         PASS [   0.113s] ( 188/1087) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-16T05:00:10.3611030Z         PASS [   0.430s] ( 189/1087) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-16T05:00:10.4782201Z         PASS [   0.114s] ( 190/1087) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-16T05:00:10.4788081Z         PASS [   3.206s] ( 191/1087) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-16T05:00:10.4807405Z         PASS [   0.161s] ( 192/1087) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-16T05:00:10.4828455Z         PASS [   0.228s] ( 193/1087) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-16T05:00:10.4850173Z         PASS [   0.172s] ( 194/1087) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-16T05:00:10.4981030Z         PASS [   0.184s] ( 195/1087) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-16T05:00:10.4983060Z         PASS [   0.022s] ( 196/1087) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-16T05:00:10.5082994Z         PASS [   0.029s] ( 197/1087) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-16T05:00:10.5121305Z         PASS [   0.029s] ( 198/1087) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-16T05:00:10.5191039Z         PASS [   0.231s] ( 199/1087) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-16T05:00:10.5248127Z         PASS [   0.027s] ( 200/1087) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-16T05:00:10.5358018Z         PASS [   0.610s] ( 201/1087) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-16T05:00:10.5396147Z         PASS [   0.028s] ( 202/1087) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-16T05:00:10.5409191Z         PASS [   0.055s] ( 203/1087) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-16T05:00:10.5487287Z         PASS [   0.023s] ( 204/1087) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-16T05:00:10.5493599Z         PASS [   0.051s] ( 205/1087) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-16T05:00:10.5496068Z         PASS [   0.042s] ( 206/1087) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-16T05:00:10.5549365Z         PASS [   0.016s] ( 207/1087) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-16T05:00:10.5641450Z         PASS [   0.030s] ( 208/1087) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-16T05:00:10.5645282Z         PASS [   0.017s] ( 209/1087) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-16T05:00:10.7655672Z         PASS [   0.246s] ( 210/1087) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-16T05:00:10.7758360Z         PASS [   0.010s] ( 211/1087) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-16T05:00:10.7885802Z         PASS [   0.013s] ( 212/1087) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-16T05:00:10.8019060Z         PASS [   0.238s] ( 213/1087) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-16T05:00:10.8042715Z         PASS [   0.016s] ( 214/1087) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-16T05:00:10.8248321Z         PASS [   0.022s] ( 215/1087) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-16T05:00:10.8262770Z         PASS [   0.022s] ( 216/1087) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-16T05:00:10.8409380Z         PASS [   0.017s] ( 217/1087) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-16T05:00:10.8528808Z         PASS [   0.027s] ( 218/1087) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-16T05:00:10.8620467Z         PASS [   0.021s] ( 219/1087) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-16T05:00:10.8743584Z         PASS [   0.021s] ( 220/1087) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-16T05:00:10.8836968Z         PASS [   0.022s] ( 221/1087) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-16T05:00:10.8972820Z         PASS [   0.023s] ( 222/1087) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-16T05:00:10.8985529Z         PASS [   0.015s] ( 223/1087) spt-daemon config::tests::missing_file_is_default
2026-06-16T05:00:10.9188099Z         PASS [   0.021s] ( 224/1087) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-16T05:00:10.9375235Z         PASS [   0.037s] ( 225/1087) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-16T05:00:10.9464925Z         LEAK [   0.463s] ( 226/1087) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-16T05:00:10.9465589Z         PASS [   0.027s] ( 227/1087) spt-daemon config::tests::save_load_roundtrip
2026-06-16T05:00:10.9524826Z         PASS [   0.017s] ( 228/1087) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-16T05:00:10.9926129Z         PASS [   0.039s] ( 229/1087) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-16T05:00:10.9942202Z         PASS [   0.047s] ( 230/1087) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-16T05:00:11.0210248Z         PASS [   0.471s] ( 231/1087) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-16T05:00:11.0210980Z         PASS [   0.027s] ( 232/1087) spt-daemon daemon::tests::windows_arg_quoting_roundtrips_the_rules
2026-06-16T05:00:11.0230433Z         PASS [   0.031s] ( 233/1087) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-16T05:00:11.0292400Z         PASS [   0.476s] ( 234/1087) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-16T05:00:11.0556791Z         PASS [   0.034s] ( 235/1087) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-16T05:00:11.0557623Z         PASS [   0.106s] ( 236/1087) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-16T05:00:11.0624932Z         PASS [   0.039s] ( 237/1087) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-16T05:00:11.0625535Z         PASS [   0.036s] ( 238/1087) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-16T05:00:11.0683931Z         PASS [   0.047s] ( 239/1087) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-16T05:00:11.0781111Z         PASS [   0.022s] ( 240/1087) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-16T05:00:11.0793347Z         PASS [   0.025s] ( 241/1087) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-16T05:00:11.0831151Z         PASS [   0.020s] ( 242/1087) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-16T05:00:11.0837780Z         PASS [   0.021s] ( 243/1087) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-16T05:00:11.0930101Z         PASS [   0.028s] ( 244/1087) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-16T05:00:11.0994589Z         PASS [   0.018s] ( 245/1087) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-16T05:00:11.1025053Z         PASS [   0.027s] ( 246/1087) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-16T05:00:11.1031206Z         PASS [   0.020s] ( 247/1087) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-16T05:00:11.1062818Z         PASS [   0.027s] ( 248/1087) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-16T05:00:11.1171288Z         PASS [   0.024s] ( 249/1087) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-16T05:00:11.1245345Z         PASS [   0.019s] ( 250/1087) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-16T05:00:11.1383427Z         PASS [   0.034s] ( 251/1087) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-16T05:00:11.1424377Z         PASS [   0.035s] ( 252/1087) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-16T05:00:11.1484842Z         PASS [   0.030s] ( 253/1087) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-16T05:00:11.1580436Z         PASS [   0.020s] ( 254/1087) spt-daemon digest::tests::resolve_config_precedence
2026-06-16T05:00:11.1588689Z         PASS [   0.021s] ( 255/1087) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-16T05:00:11.1603899Z         PASS [   0.043s] ( 256/1087) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-16T05:00:11.1637869Z         PASS [   0.015s] ( 257/1087) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-16T05:00:11.1736146Z         PASS [   0.015s] ( 258/1087) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-16T05:00:11.1768697Z         PASS [   0.018s] ( 259/1087) spt-daemon digesthub::tests::render_is_glanceable
2026-06-16T05:00:11.1812107Z         PASS [   0.021s] ( 260/1087) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-16T05:00:11.1841376Z         PASS [   0.021s] ( 261/1087) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-16T05:00:11.1881454Z         PASS [   0.015s] ( 262/1087) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-16T05:00:11.1906222Z         PASS [   0.014s] ( 263/1087) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-16T05:00:11.1943330Z         PASS [   0.013s] ( 264/1087) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-16T05:00:11.1987796Z         PASS [   0.015s] ( 265/1087) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-16T05:00:11.2018523Z         PASS [   0.014s] ( 266/1087) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-16T05:00:11.2057365Z         PASS [   0.015s] ( 267/1087) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-16T05:00:11.2071787Z         LEAK [   0.668s] ( 268/1087) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-16T05:00:11.2366435Z         PASS [   0.042s] ( 269/1087) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-16T05:00:11.2397493Z         PASS [   0.041s] ( 270/1087) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-16T05:00:11.2411104Z         PASS [   0.035s] ( 271/1087) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-16T05:00:11.2422842Z         PASS [   0.035s] ( 272/1087) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-16T05:00:11.2470659Z         PASS [   0.145s] ( 273/1087) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-16T05:00:11.2523570Z         PASS [   0.016s] ( 274/1087) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-16T05:00:11.2557453Z         PASS [   0.691s] ( 275/1087) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-16T05:00:11.2567886Z         PASS [   0.017s] ( 276/1087) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-16T05:00:11.2594897Z         PASS [   0.018s] ( 277/1087) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-16T05:00:11.2632121Z         PASS [   0.021s] ( 278/1087) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-16T05:00:11.2632839Z         LEAK [   0.708s] ( 279/1087) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-16T05:00:11.2666898Z         PASS [   0.020s] ( 280/1087) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-16T05:00:11.2698802Z         PASS [   0.018s] ( 281/1087) spt-daemon grants::tests::escalation_answers_apply
2026-06-16T05:00:11.2724938Z         PASS [   0.017s] ( 282/1087) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-16T05:00:11.2888686Z         PASS [   0.029s] ( 283/1087) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-16T05:00:11.2908763Z         PASS [   0.027s] ( 284/1087) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-16T05:00:11.2947395Z         PASS [   0.031s] ( 285/1087) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-16T05:00:11.3000748Z         PASS [   0.033s] ( 286/1087) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-16T05:00:11.3025786Z         PASS [   0.033s] ( 287/1087) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-16T05:00:11.3061240Z         PASS [   0.034s] ( 288/1087) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-16T05:00:11.3086376Z         PASS [   0.020s] ( 289/1087) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-16T05:00:11.3455044Z         PASS [   0.143s] ( 290/1087) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-16T05:00:11.4027097Z         PASS [   0.146s] ( 291/1087) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-16T05:00:11.4649375Z         PASS [   0.156s] ( 292/1087) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-16T05:00:11.4753247Z         PASS [   0.172s] ( 293/1087) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-16T05:00:11.4820425Z         PASS [   0.191s] ( 294/1087) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-16T05:00:11.4857849Z         PASS [   0.191s] ( 295/1087) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-16T05:00:11.4874258Z         PASS [   0.187s] ( 296/1087) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-16T05:00:11.5085291Z         PASS [   0.202s] ( 297/1087) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-16T05:00:11.5137469Z         PASS [   0.168s] ( 298/1087) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-16T05:00:11.5186126Z         PASS [   0.030s] ( 299/1087) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-16T05:00:11.5678937Z         PASS [   0.165s] ( 300/1087) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-16T05:00:11.6091130Z         PASS [   0.096s] ( 301/1087) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-16T05:00:11.6123138Z         PASS [   0.095s] ( 302/1087) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-16T05:00:11.6291125Z         PASS [   0.120s] ( 303/1087) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-16T05:00:11.6848833Z         PASS [   0.117s] ( 304/1087) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-16T05:00:11.6991687Z         PASS [   3.220s] ( 305/1087) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-16T05:00:11.6992391Z         PASS [   0.216s] ( 306/1087) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-16T05:00:11.6993251Z         PASS [   0.226s] ( 307/1087) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-16T05:00:11.7337517Z         PASS [   0.039s] ( 308/1087) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-16T05:00:11.7687435Z         PASS [   0.036s] ( 309/1087) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-16T05:00:11.7688244Z         PASS [   0.075s] ( 310/1087) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-06-16T05:00:11.7901122Z         PASS [   0.025s] ( 311/1087) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-16T05:00:11.7956851Z         PASS [   0.030s] ( 312/1087) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-16T05:00:11.8169574Z         PASS [   0.021s] ( 313/1087) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-16T05:00:11.8202252Z         PASS [   0.027s] ( 314/1087) spt-daemon msg::tests::output_envelope_round_trips
2026-06-16T05:00:11.8325436Z         PASS [   0.346s] ( 315/1087) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-16T05:00:11.8499395Z         PASS [   0.033s] ( 316/1087) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-16T05:00:11.8872145Z         PASS [   0.273s] ( 317/1087) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-06-16T05:00:11.9077620Z         PASS [   0.022s] ( 318/1087) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-06-16T05:00:11.9186569Z         PASS [   0.290s] ( 319/1087) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-06-16T05:00:11.9322550Z         PASS [   0.101s] ( 320/1087) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-16T05:00:11.9394585Z         PASS [   0.247s] ( 321/1087) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-06-16T05:00:11.9440238Z         PASS [   0.127s] ( 322/1087) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-16T05:00:11.9677354Z         PASS [   0.282s] ( 323/1087) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-06-16T05:00:12.0418767Z         PASS [   0.134s] ( 324/1087) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-16T05:00:12.0469717Z         PASS [   0.438s] ( 325/1087) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-16T05:00:12.0770761Z         PASS [   0.133s] ( 326/1087) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-16T05:00:12.1109055Z         PASS [   0.064s] ( 327/1087) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-16T05:00:12.1136314Z         PASS [   0.195s] ( 328/1087) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-16T05:00:12.1163624Z         PASS [   0.074s] ( 329/1087) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-16T05:00:12.1662743Z         PASS [   0.234s] ( 330/1087) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-16T05:00:12.1692887Z         PASS [   0.231s] ( 331/1087) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-16T05:00:12.1764190Z         PASS [   0.209s] ( 332/1087) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-16T05:00:13.5897899Z         PASS [   1.741s] ( 333/1087) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-06-16T05:00:13.6003178Z         PASS [   1.485s] ( 334/1087) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-16T05:00:13.6204379Z         PASS [   0.022s] ( 335/1087) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-16T05:00:13.6383689Z         PASS [   1.462s] ( 336/1087) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-16T05:00:13.6507168Z         PASS [   1.480s] ( 337/1087) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-16T05:00:13.6517089Z         PASS [   1.484s] ( 338/1087) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-16T05:00:13.6632934Z         PASS [   0.043s] ( 339/1087) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-16T05:00:13.6781890Z         PASS [   0.015s] ( 340/1087) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-16T05:00:13.6856144Z         PASS [   0.047s] ( 341/1087) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-16T05:00:13.6858739Z         PASS [   0.035s] ( 342/1087) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-16T05:00:13.6998936Z         PASS [   0.050s] ( 343/1087) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-16T05:00:13.7065321Z         PASS [   1.629s] ( 344/1087) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-16T05:00:13.7218655Z         PASS [   0.132s] ( 345/1087) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-16T05:00:13.7440870Z         PASS [   1.628s] ( 346/1087) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-16T05:00:13.7622124Z         PASS [   1.651s] ( 347/1087) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-16T05:00:13.8533973Z         PASS [   0.175s] ( 348/1087) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-16T05:00:13.8725779Z         PASS [   0.172s] ( 349/1087) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-16T05:00:13.8743767Z         PASS [   0.188s] ( 350/1087) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-16T05:00:13.8882843Z         PASS [   0.182s] ( 351/1087) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-16T05:00:13.8885730Z         PASS [   0.035s] ( 352/1087) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-16T05:00:13.8931124Z         PASS [   0.021s] ( 353/1087) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-16T05:00:13.9044396Z         PASS [   0.160s] ( 354/1087) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-16T05:00:13.9103246Z         PASS [   0.022s] ( 355/1087) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-16T05:00:13.9129436Z         PASS [   0.024s] ( 356/1087) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-16T05:00:13.9151124Z         PASS [   0.022s] ( 357/1087) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-16T05:00:13.9199686Z         PASS [   0.015s] ( 358/1087) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-16T05:00:13.9246877Z         PASS [   0.014s] ( 359/1087) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-16T05:00:13.9288761Z         PASS [   0.016s] ( 360/1087) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-16T05:00:13.9355909Z         PASS [   0.061s] ( 361/1087) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-16T05:00:13.9359117Z         PASS [   0.020s] ( 362/1087) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-16T05:00:13.9432125Z         PASS [   0.018s] ( 363/1087) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-16T05:00:13.9549424Z         PASS [   0.024s] ( 364/1087) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-16T05:00:13.9557541Z         PASS [   0.270s] ( 365/1087) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-16T05:00:13.9592266Z         PASS [   0.023s] ( 366/1087) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-16T05:00:13.9675800Z         PASS [   0.246s] ( 367/1087) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-16T05:00:13.9735206Z         PASS [   0.053s] ( 368/1087) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-16T05:00:13.9745601Z         PASS [   0.038s] ( 369/1087) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-16T05:00:13.9785030Z         PASS [   0.023s] ( 370/1087) spt-daemon reconcile::tests::active_node_wins
2026-06-16T05:00:13.9787491Z         PASS [   0.026s] ( 371/1087) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-16T05:00:13.9813969Z         PASS [   0.023s] ( 372/1087) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-16T05:00:13.9855079Z         PASS [   0.018s] ( 373/1087) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-16T05:00:13.9882277Z         PASS [   0.015s] ( 374/1087) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-16T05:00:14.0008327Z         PASS [   0.057s] ( 375/1087) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-16T05:00:14.0096035Z         PASS [   0.248s] ( 376/1087) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-16T05:00:14.0371602Z         PASS [   0.061s] ( 377/1087) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-16T05:00:14.0591353Z         PASS [   2.577s] ( 378/1087) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-16T05:00:14.0603993Z         PASS [   0.082s] ( 379/1087) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-16T05:00:14.0617872Z         PASS [   0.052s] ( 380/1087) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-16T05:00:14.0709622Z         PASS [   0.091s] ( 381/1087) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-16T05:00:14.0752619Z         PASS [   0.069s] ( 382/1087) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-16T05:00:14.0753455Z         PASS [   0.093s] ( 383/1087) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-16T05:00:14.0853797Z         PASS [   0.100s] ( 384/1087) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-16T05:00:14.0854785Z         PASS [   0.050s] ( 385/1087) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-16T05:00:14.1056605Z         PASS [   0.047s] ( 386/1087) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-16T05:00:14.1138852Z         PASS [   0.121s] ( 387/1087) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-16T05:00:14.1139778Z         PASS [   0.044s] ( 388/1087) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-16T05:00:14.1177935Z         PASS [   0.057s] ( 389/1087) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-16T05:00:14.1344228Z         PASS [   0.070s] ( 390/1087) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-16T05:00:14.1344971Z         PASS [   0.061s] ( 391/1087) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-16T05:00:14.1520193Z         PASS [   0.045s] ( 392/1087) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-16T05:00:14.1565728Z         PASS [   0.047s] ( 393/1087) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-16T05:00:14.1649370Z         PASS [   0.080s] ( 394/1087) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-16T05:00:14.1656701Z         PASS [   0.052s] ( 395/1087) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-16T05:00:14.1680182Z         PASS [   0.037s] ( 396/1087) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-16T05:00:14.1716153Z         PASS [   0.055s] ( 397/1087) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-16T05:00:14.1717507Z         PASS [   0.041s] ( 398/1087) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-16T05:00:14.1858998Z         PASS [   0.035s] ( 399/1087) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-16T05:00:14.1924372Z         PASS [   0.035s] ( 400/1087) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-16T05:00:14.1974498Z         PASS [   0.030s] ( 401/1087) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-16T05:00:14.2002543Z         PASS [   0.035s] ( 402/1087) spt-daemon release::tests::hex_roundtrips
2026-06-16T05:00:14.2134356Z         PASS [   0.027s] ( 403/1087) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-16T05:00:14.2134933Z         PASS [   0.041s] ( 404/1087) spt-daemon release::tests::revoked_key_is_rejected
2026-06-16T05:00:14.2211545Z         PASS [   0.029s] ( 405/1087) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-16T05:00:14.2265518Z         PASS [   0.054s] ( 406/1087) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-16T05:00:14.2315042Z         PASS [   0.036s] ( 407/1087) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-16T05:00:14.2426067Z         PASS [   0.042s] ( 408/1087) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-16T05:00:14.2428070Z         PASS [   0.157s] ( 409/1087) spt-daemon relay::tests::run_honors_stop
2026-06-16T05:00:14.2428940Z         PASS [   0.074s] ( 410/1087) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-16T05:00:14.2596086Z         PASS [   0.045s] ( 411/1087) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-16T05:00:14.2604768Z         PASS [   0.047s] ( 412/1087) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-16T05:00:14.2633882Z         PASS [   0.042s] ( 413/1087) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-16T05:00:14.2634924Z         PASS [   0.032s] ( 414/1087) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-16T05:00:14.2640557Z         PASS [   0.038s] ( 415/1087) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-16T05:00:14.2770743Z         PASS [   0.019s] ( 416/1087) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-16T05:00:14.2819041Z         PASS [   0.207s] ( 417/1087) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-16T05:00:14.2826955Z         PASS [   0.040s] ( 418/1087) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-16T05:00:14.2915041Z         PASS [   0.045s] ( 419/1087) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-16T05:00:14.3033837Z         PASS [   0.061s] ( 420/1087) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-16T05:00:14.3084745Z         PASS [   0.040s] ( 421/1087) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-16T05:00:14.3089624Z         PASS [   0.039s] ( 422/1087) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-16T05:00:14.3136892Z         PASS [   0.026s] ( 423/1087) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-16T05:00:14.3154706Z         PASS [   0.031s] ( 424/1087) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-16T05:00:14.3291081Z         PASS [   0.069s] ( 425/1087) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-16T05:00:14.3316919Z         PASS [   0.068s] ( 426/1087) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-16T05:00:14.3335071Z         PASS [   0.030s] ( 427/1087) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-16T05:00:14.3342950Z         PASS [   0.021s] ( 428/1087) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-16T05:00:14.3430489Z         PASS [   0.040s] ( 429/1087) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-16T05:00:14.3466911Z         PASS [   0.043s] ( 430/1087) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-16T05:00:14.3474969Z         PASS [   0.065s] ( 431/1087) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-16T05:00:14.3475735Z         PASS [   0.017s] ( 432/1087) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-16T05:00:14.3492241Z         PASS [   0.036s] ( 433/1087) spt-daemon seedmap::tests::take_absent_is_none
2026-06-16T05:00:14.3511110Z         PASS [   0.019s] ( 434/1087) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-16T05:00:14.3547782Z         PASS [   0.021s] ( 435/1087) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-16T05:00:14.3574300Z         PASS [   0.023s] ( 436/1087) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-16T05:00:14.3623730Z         PASS [   0.019s] ( 437/1087) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-16T05:00:14.3662631Z         PASS [   0.020s] ( 438/1087) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-16T05:00:14.3702937Z         PASS [   0.023s] ( 439/1087) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-16T05:00:14.3840203Z         PASS [   0.033s] ( 440/1087) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-16T05:00:14.4059572Z         PASS [   0.127s] ( 441/1087) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-16T05:00:14.4060329Z         PASS [   0.055s] ( 442/1087) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-16T05:00:14.4094904Z         PASS [   0.051s] ( 443/1087) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-06-16T05:00:14.4095553Z         PASS [   0.051s] ( 444/1087) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-16T05:00:14.4119679Z         PASS [   0.042s] ( 445/1087) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-16T05:00:14.4120309Z         PASS [   0.049s] ( 446/1087) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-16T05:00:14.4122955Z         PASS [   0.065s] ( 447/1087) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-16T05:00:14.4442798Z         PASS [   0.073s] ( 448/1087) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-16T05:00:14.4707732Z         PASS [   0.058s] ( 449/1087) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-16T05:00:14.4746277Z         PASS [   0.028s] ( 450/1087) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-16T05:00:14.4746973Z         PASS [   0.067s] ( 451/1087) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-16T05:00:14.4861658Z         PASS [   0.077s] ( 452/1087) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-16T05:00:14.4956871Z         PASS [   0.083s] ( 453/1087) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-16T05:00:14.5092819Z         PASS [   0.040s] ( 454/1087) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-16T05:00:14.5177292Z         PASS [   0.134s] ( 455/1087) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-16T05:00:14.5307872Z         PASS [   0.036s] ( 456/1087) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-16T05:00:14.5548939Z         PASS [   0.082s] ( 457/1087) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-16T05:00:14.5747391Z         PASS [   0.088s] ( 458/1087) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-16T05:00:14.5854659Z         PASS [   0.028s] ( 459/1087) spt-daemon sync::tests::gate_decision_table
2026-06-16T05:00:14.6571763Z         PASS [   0.123s] ( 460/1087) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-16T05:00:14.6583113Z         PASS [   0.145s] ( 461/1087) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-16T05:00:14.6870308Z         PASS [   0.032s] ( 462/1087) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-16T05:00:14.6877736Z         PASS [   0.033s] ( 463/1087) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-16T05:00:14.7142415Z         PASS [   0.028s] ( 464/1087) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-06-16T05:00:14.7168535Z         PASS [   0.029s] ( 465/1087) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-06-16T05:00:14.7687892Z         PASS [   0.049s] ( 466/1087) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-06-16T05:00:14.7788355Z         PASS [   0.051s] ( 467/1087) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-06-16T05:00:14.8086099Z         PASS [   0.040s] ( 468/1087) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-06-16T05:00:14.8163795Z         PASS [   0.040s] ( 469/1087) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-16T05:00:14.8500690Z         PASS [   0.042s] ( 470/1087) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-16T05:00:14.8519197Z         PASS [   0.045s] ( 471/1087) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-16T05:00:14.8609202Z         PASS [   0.450s] ( 472/1087) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-16T05:00:14.8787005Z         PASS [   0.030s] ( 473/1087) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-16T05:00:14.9087838Z         PASS [   0.058s] ( 474/1087) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-16T05:00:14.9312258Z         PASS [   0.064s] ( 475/1087) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-16T05:00:14.9330967Z         PASS [   0.055s] ( 476/1087) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-16T05:00:14.9441612Z         PASS [   0.035s] ( 477/1087) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-16T05:00:14.9491407Z         PASS [   0.026s] ( 478/1087) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-16T05:00:14.9736204Z         PASS [   0.028s] ( 479/1087) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-16T05:00:15.0998284Z         PASS [   0.687s] ( 480/1087) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-16T05:00:15.1112835Z         PASS [   0.641s] ( 481/1087) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-16T05:00:15.1233114Z         PASS [   0.188s] ( 482/1087) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-16T05:00:15.1233963Z         PASS [   0.715s] ( 483/1087) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-16T05:00:15.1950771Z         PASS [   9.271s] ( 484/1087) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-16T05:00:15.2635776Z         PASS [   0.143s] ( 485/1087) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-16T05:00:15.2798219Z         PASS [   0.167s] ( 486/1087) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-16T05:00:15.2963373Z         PASS [   0.174s] ( 487/1087) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-16T05:00:15.4028165Z         PASS [   0.426s] ( 488/1087) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-16T05:00:15.4165825Z         PASS [   0.220s] ( 489/1087) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-16T05:00:15.4686720Z         PASS [   0.205s] ( 490/1087) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-16T05:00:15.4705906Z         PASS [   0.176s] ( 491/1087) spt-daemon::attach resize_is_controller_exclusive
2026-06-16T05:00:15.5713960Z         PASS [   0.478s] ( 492/1087) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-16T05:00:15.5774886Z         PASS [   0.293s] ( 493/1087) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-16T05:00:15.5859751Z         PASS [   0.637s] ( 494/1087) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-16T05:00:15.6025069Z         PASS [   0.202s] ( 495/1087) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-16T05:00:15.6238078Z         PASS [   0.148s] ( 496/1087) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-16T05:00:15.6440390Z         PASS [   0.072s] ( 497/1087) spt-daemon::budget measure_dormant_seat_budget
2026-06-16T05:00:15.6923533Z         PASS [   0.112s] ( 498/1087) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-16T05:00:15.6960298Z         PASS [   0.052s] ( 499/1087) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-06-16T05:00:15.7064396Z         PASS [   0.289s] ( 500/1087) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-16T05:00:15.9261502Z         PASS [   1.410s] ( 501/1087) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-16T05:00:15.9349787Z         PASS [   0.251s] ( 502/1087) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-06-16T05:00:15.9845787Z         PASS [   1.411s] ( 503/1087) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-16T05:00:16.0031879Z         PASS [   0.308s] ( 504/1087) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-06-16T05:00:16.0410138Z         PASS [   0.336s] ( 505/1087) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-06-16T05:00:16.0474036Z         PASS [  10.123s] ( 506/1087) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-16T05:00:16.1008168Z         PASS [   0.480s] ( 507/1087) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-06-16T05:00:16.1779482Z         PASS [   0.706s] ( 508/1087) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-16T05:00:16.1854678Z         PASS [   0.258s] ( 509/1087) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-06-16T05:00:16.2560474Z         PASS [   0.320s] ( 510/1087) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-06-16T05:00:16.3424310Z         PASS [   0.356s] ( 511/1087) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-06-16T05:00:16.3487761Z         PASS [   0.300s] ( 512/1087) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-06-16T05:00:16.3953032Z         PASS [  10.471s] ( 513/1087) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-16T05:00:16.4296929Z         PASS [   0.331s] ( 514/1087) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-06-16T05:00:16.4415809Z         PASS [   0.252s] ( 515/1087) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-06-16T05:00:16.4606438Z         PASS [   0.413s] ( 516/1087) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-16T05:00:16.4625161Z         PASS [   0.033s] ( 517/1087) spt-daemon::netbroker netless_broker_probes_gracefully
2026-06-16T05:00:16.4836054Z         PASS [   0.303s] ( 518/1087) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-06-16T05:00:16.5186663Z         PASS [   0.124s] ( 519/1087) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-06-16T05:00:16.5863765Z         PASS [   0.243s] ( 520/1087) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-06-16T05:00:16.6144206Z         PASS [   0.154s] ( 521/1087) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-06-16T05:00:16.7387057Z         PASS [   0.301s] ( 522/1087) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-06-16T05:00:16.9162011Z         PASS [   0.437s] ( 523/1087) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-06-16T05:00:16.9497020Z         PASS [   0.609s] ( 524/1087) spt-daemon::mesh staggered_offliner_still_meshes
2026-06-16T05:00:16.9691693Z         PASS [   0.506s] ( 525/1087) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-06-16T05:00:17.0721240Z         PASS [   2.490s] ( 526/1087) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-16T05:00:17.0839459Z         PASS [   0.565s] ( 527/1087) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-06-16T05:00:17.1604099Z         PASS [   0.577s] ( 528/1087) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-06-16T05:00:17.2083302Z         PASS [   0.258s] ( 529/1087) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-06-16T05:00:17.2845528Z         PASS [   0.201s] ( 530/1087) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-06-16T05:00:17.3027233Z         PASS [   0.231s] ( 531/1087) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-06-16T05:00:17.3044243Z         PASS [   1.050s] ( 532/1087) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-06-16T05:00:17.4605189Z         PASS [   0.156s] ( 533/1087) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-06-16T05:00:17.5213138Z         PASS [   0.551s] ( 534/1087) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-06-16T05:00:17.5214053Z         PASS [  11.597s] ( 535/1087) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-16T05:00:17.5313503Z         PASS [   0.226s] ( 536/1087) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-06-16T05:00:17.5314281Z         PASS [   0.614s] ( 537/1087) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-06-16T05:00:17.5764643Z         PASS [   0.415s] ( 538/1087) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-06-16T05:00:17.7151535Z         PASS [   0.184s] ( 539/1087) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-06-16T05:00:17.7367571Z         PASS [   0.162s] ( 540/1087) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-06-16T05:00:17.8837671Z         PASS [   0.171s] ( 541/1087) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-06-16T05:00:17.9047054Z         PASS [   0.620s] ( 542/1087) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-06-16T05:00:17.9893700Z         PASS [   0.106s] ( 543/1087) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-06-16T05:00:19.0628719Z         PASS [   1.534s] ( 544/1087) spt-daemon::resume resume_mode_brain_spawning_new_sessions_delivers_each
2026-06-16T05:00:19.3292442Z         PASS [   0.266s] ( 545/1087) spt-daemon::shellchan stdin_receipt_delivers_spooled_frames_exactly_once
2026-06-16T05:00:19.4821975Z         PASS [   1.493s] ( 546/1087) spt-daemon::shellchan hung_shell_stalls_no_other_owner
2026-06-16T05:00:19.6062252Z         PASS [   3.603s] ( 547/1087) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-06-16T05:00:19.6832729Z         PASS [   2.223s] ( 548/1087) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-06-16T05:00:19.8711145Z         PASS [   0.187s] ( 549/1087) spt-daemon::two_origin_spanning one_source_two_consumers_spans_and_merges
2026-06-16T05:00:19.9042639Z         PASS [   0.033s] ( 550/1087) spt-daemon::twohost two_host_ladder_role_a
2026-06-16T05:00:19.9185084Z         PASS [   0.014s] ( 551/1087) spt-daemon::twohost two_host_ladder_role_b
2026-06-16T05:00:19.9645605Z         PASS [   2.228s] ( 552/1087) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-06-16T05:00:20.0269239Z         PASS [   3.412s] ( 553/1087) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-06-16T05:00:20.0735233Z         PASS [   2.553s] ( 554/1087) spt-daemon::resume cold_start_resumes_all_sessions_from_the_broker_cursor
2026-06-16T05:00:20.1125899Z         PASS [   2.208s] ( 555/1087) spt-daemon::seedproofx wrong_seed_is_dropped
2026-06-16T05:00:20.1704877Z         PASS [   0.143s] ( 556/1087) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-06-16T05:00:20.1733875Z         PASS [   3.435s] ( 557/1087) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-06-16T05:00:20.2093784Z         PASS [   0.039s] ( 558/1087) spt-live context::tests::direct_always_writes
2026-06-16T05:00:20.2290106Z         PASS [   0.020s] ( 559/1087) spt-live context::tests::llm_over_llm_writes
2026-06-16T05:00:20.2435007Z         PASS [   0.070s] ( 560/1087) spt-live context::tests::identified_write_stamps_advancing_vector
2026-06-16T05:00:20.2517618Z         PASS [   0.023s] ( 561/1087) spt-live context::tests::llm_past_window_writes
2026-06-16T05:00:20.2584748Z         PASS [   0.339s] ( 562/1087) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-06-16T05:00:20.2607691Z         PASS [   0.017s] ( 563/1087) spt-live context::tests::llm_within_window_suppressed
2026-06-16T05:00:20.2945270Z         PASS [   0.042s] ( 564/1087) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-06-16T05:00:20.2950210Z         PASS [   0.330s] ( 565/1087) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-06-16T05:00:20.2952507Z         PASS [   0.038s] ( 566/1087) spt-live context::tests::write_context_suppresses_stale_llm
2026-06-16T05:00:20.3279356Z         PASS [   0.033s] ( 567/1087) spt-live digest::tests::missing_source_file_is_read_error
2026-06-16T05:00:20.3405514Z         PASS [   0.012s] ( 568/1087) spt-live digest::tests::no_source_errors
2026-06-16T05:00:20.3639518Z         PASS [   0.289s] ( 569/1087) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-06-16T05:00:20.3848030Z         PASS [   0.272s] ( 570/1087) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-06-16T05:00:20.4080672Z         PASS [   0.113s] ( 571/1087) spt-live digest::tests::falls_back_to_history_locate_template
2026-06-16T05:00:20.4127266Z         PASS [   0.072s] ( 572/1087) spt-live echo::tests::echo_child_is_recursion_guarded
2026-06-16T05:00:20.4185380Z         PASS [   0.011s] ( 573/1087) spt-live echo::tests::provenance_is_stamped
2026-06-16T05:00:20.4255190Z         PASS [   0.131s] ( 574/1087) spt-live digest::tests::extracts_records_from_the_located_source
2026-06-16T05:00:20.4351795Z         PASS [   0.073s] ( 575/1087) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-06-16T05:00:20.4466079Z         PASS [   0.011s] ( 576/1087) spt-live history::tests::missing_fetcher_field_errors
2026-06-16T05:00:20.4570595Z         PASS [  11.009s] ( 577/1087) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-16T05:00:20.4571405Z         PASS [   0.072s] ( 578/1087) spt-live echo::tests::echo_nonzero_errors
2026-06-16T05:00:20.4626693Z         PASS [   0.016s] ( 579/1087) spt-live history::tests::native_missing_log_is_empty
2026-06-16T05:00:20.4797998Z         PASS [   0.022s] ( 580/1087) spt-live history::tests::native_reads_logged_records
2026-06-16T05:00:20.4999066Z         PASS [   0.081s] ( 581/1087) spt-live history::tests::fetcher_yields_records
2026-06-16T05:00:20.5134822Z         PASS [   0.013s] ( 582/1087) spt-live ingest::tests::no_drops_is_empty
2026-06-16T05:00:20.5157707Z         PASS [   0.090s] ( 583/1087) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-06-16T05:00:20.8103507Z         PASS [   3.603s] ( 584/1087) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-06-16T05:00:20.8226353Z         PASS [   0.012s] ( 585/1087) spt-live inject::tests::long_body_is_capped
2026-06-16T05:00:20.8252562Z         LEAK [   0.564s] ( 586/1087) spt-live digest::tests::extractor_timeout_errors
2026-06-16T05:00:20.8367234Z         PASS [   0.014s] ( 587/1087) spt-live inject::tests::missing_perch_is_best_effort
2026-06-16T05:00:20.8470407Z         PASS [   0.011s] ( 588/1087) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-06-16T05:00:20.8487758Z         PASS [   0.025s] ( 589/1087) spt-live inject::tests::tap_appends_a_context_entry
2026-06-16T05:00:20.8602960Z         PASS [   0.013s] ( 590/1087) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-06-16T05:00:20.8629711Z         PASS [   0.014s] ( 591/1087) spt-live outbound::tests::non_authorable_types_are_ignored
2026-06-16T05:00:20.8698321Z         PASS [   0.010s] ( 592/1087) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-06-16T05:00:20.8815235Z         PASS [   0.018s] ( 593/1087) spt-live outbound::tests::prose_only_yields_nothing
2026-06-16T05:00:20.8838371Z         PASS [   0.014s] ( 594/1087) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-06-16T05:00:20.8928495Z         PASS [   0.011s] ( 595/1087) spt-live psyche::tests::prompt_includes_time_and_event
2026-06-16T05:00:20.8967036Z         PASS [   0.013s] ( 596/1087) spt-live psyche::tests::prompt_without_event
2026-06-16T05:00:20.9134753Z         PASS [   0.017s] ( 597/1087) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-06-16T05:00:20.9478919Z         LEAK [   0.535s] ( 598/1087) spt-live history::tests::fetcher_timeout_errors
2026-06-16T05:00:20.9623906Z         PASS [   0.014s] ( 599/1087) spt-live pulse::tests::tick_reports_idle
2026-06-16T05:00:20.9767582Z         PASS [   0.084s] ( 600/1087) spt-live psyche::tests::spawn_binds_nested_perch_and_sets_guard
2026-06-16T05:00:21.0712213Z         PASS [   0.557s] ( 601/1087) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-06-16T05:00:21.4121784Z         PASS [   0.932s] ( 602/1087) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-06-16T05:00:21.4331082Z         PASS [   0.968s] ( 603/1087) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-06-16T05:00:21.5306659Z         PASS [   0.097s] ( 604/1087) spt-live resume::tests::continue_existing_resumes_session
2026-06-16T05:00:21.6722626Z         PASS [   0.695s] ( 605/1087) spt-live reconcile::tests::no_conflict_is_a_noop
2026-06-16T05:00:21.7484626Z         PASS [   1.291s] ( 606/1087) spt-live ingest::tests::both_drops_ingested
2026-06-16T05:00:21.8132978Z         PASS [   6.226s] ( 607/1087) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-06-16T05:00:21.8293939Z         PASS [   0.017s] ( 608/1087) spt-live resume::tests::missing_key_errors_before_spawn
2026-06-16T05:00:21.8507852Z         PASS [   0.103s] ( 609/1087) spt-live resume::tests::fresh_with_preload_launches_preloaded
2026-06-16T05:00:21.8692018Z         PASS [   0.018s] ( 610/1087) spt-live signoff::tests::echo_precedes_signoff_compose
2026-06-16T05:00:21.9048007Z         PASS [   0.034s] ( 611/1087) spt-live signoff::tests::missing_session_skips_echo
2026-06-16T05:00:21.9326236Z         PASS [   0.029s] ( 612/1087) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-06-16T05:00:21.9730543Z         PASS [   0.038s] ( 613/1087) spt-live signoff::tests::stale_signoff_swept
2026-06-16T05:00:22.0619150Z         PASS [   1.148s] ( 614/1087) spt-live pulse::tests::tick_ingests_drops
2026-06-16T05:00:22.0622250Z         PASS [   4.541s] ( 615/1087) spt-daemon::resume resume_below_ring_floor_clamps_forward_without_gap_error
2026-06-16T05:00:22.0961356Z         PASS [   0.125s] ( 616/1087) spt-live turn::tests::empty_stdout_is_an_error
2026-06-16T05:00:22.1196644Z         PASS [   2.633s] ( 617/1087) spt-daemon::sync torn_pull_recovers_by_repulling
2026-06-16T05:00:22.1293425Z         PASS [   0.033s] ( 618/1087) spt-msg deliver::tests::deferred_send_validates
2026-06-16T05:00:22.1750112Z         PASS [   0.113s] ( 619/1087) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-06-16T05:00:22.1787314Z         PASS [   0.117s] ( 620/1087) spt-live turn::tests::turn_captures_stdout
2026-06-16T05:00:22.1971393Z         PASS [   1.235s] ( 621/1087) spt-live reconcile::tests::failed_turn_preserves_everything
2026-06-16T05:00:22.2100223Z         PASS [   0.094s] ( 622/1087) spt-msg deliver::tests::offline_existing_perch_spools
2026-06-16T05:00:22.2160552Z         PASS [   0.015s] ( 623/1087) spt-msg emit::tests::anonymous_still_enveloped
2026-06-16T05:00:22.2287548Z         PASS [   0.018s] ( 624/1087) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-06-16T05:00:22.2291278Z         PASS [   0.017s] ( 625/1087) spt-msg emit::tests::oversized_listener_line_chunks_into_event_parts
2026-06-16T05:00:22.2458578Z         PASS [   0.017s] ( 626/1087) spt-msg emit::tests::structural_renders_msg_envelope
2026-06-16T05:00:22.2490536Z         PASS [   0.019s] ( 627/1087) spt-msg emit::tests::typed_body_from_wins_over_structural_from_no_double_wrap
2026-06-16T05:00:22.2518931Z         PASS [   0.123s] ( 628/1087) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-06-16T05:00:22.2571150Z         PASS [   0.011s] ( 629/1087) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_both_edges
2026-06-16T05:00:22.2633400Z         PASS [   0.015s] ( 630/1087) spt-msg emit::tests::whole_render_never_chunks
2026-06-16T05:00:22.2766327Z         PASS [   0.097s] ( 631/1087) spt-msg deliver::tests::send_outcome_mapping
2026-06-16T05:00:22.3345348Z         PASS [   0.080s] ( 632/1087) spt-msg listener::tests::bind_registers_and_round_trips
2026-06-16T05:00:22.3606167Z         PASS [   0.084s] ( 633/1087) spt-msg listener::tests::drop_unregisters_address
2026-06-16T05:00:22.3734752Z         PASS [   0.115s] ( 634/1087) spt-msg listener::tests::blocking_accepts_within_window
2026-06-16T05:00:22.4620107Z         PASS [   0.198s] ( 635/1087) spt-msg listener::tests::blocking_times_out_when_idle
2026-06-16T05:00:22.4871995Z         PASS [   0.154s] ( 636/1087) spt-msg ready::tests::backlog_drains_on_start
2026-06-16T05:00:22.5208851Z         PASS [   0.148s] ( 637/1087) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-06-16T05:00:22.5445403Z         PASS [   0.183s] ( 638/1087) spt-msg ready::tests::recv_gets_live_tcp_message
2026-06-16T05:00:22.5445887Z         PASS [   0.022s] ( 639/1087) spt-msg ring::tests::ring_no_perch
2026-06-16T05:00:22.5530959Z         PASS [   2.037s] ( 640/1087) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-06-16T05:00:22.5718512Z         PASS [   0.019s] ( 641/1087) spt-msg wire::tests::decode_rejects_overrunning_from_len
2026-06-16T05:00:22.5798368Z         PASS [   0.118s] ( 642/1087) spt-msg ready::tests::start_registers_resolvable_perch
2026-06-16T05:00:22.5810056Z         PASS [   0.009s] ( 643/1087) spt-msg wire::tests::encode_decode_round_trips_structural
2026-06-16T05:00:22.5889341Z         PASS [   0.009s] ( 644/1087) spt-msg wire::tests::encode_empty_from_is_anonymous
2026-06-16T05:00:22.5990030Z         PASS [   0.016s] ( 645/1087) spt-msg wire::tests::frame_round_trips_over_loopback
2026-06-16T05:00:22.6065292Z         PASS [   0.018s] ( 646/1087) spt-msg wire::tests::oversized_length_prefix_rejected
2026-06-16T05:00:22.6246090Z         PASS [   0.023s] ( 647/1087) spt-msg wire::tests::typed_event_body_rides_verbatim
2026-06-16T05:00:22.6560778Z         PASS [   0.170s] ( 648/1087) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-06-16T05:00:22.6843375Z         PASS [   1.272s] ( 649/1087) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-06-16T05:00:22.6868654Z         PASS [   0.031s] ( 650/1087) spt-net net::attach::tests::attach_intents_round_trip
2026-06-16T05:00:22.6882445Z         PASS [   0.146s] ( 651/1087) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-06-16T05:00:22.6980462Z         PASS [   0.014s] ( 652/1087) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-06-16T05:00:22.7034549Z         PASS [   0.017s] ( 653/1087) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-06-16T05:00:22.7075527Z         PASS [   0.019s] ( 654/1087) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-16T05:00:22.7126744Z         PASS [   0.015s] ( 655/1087) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-06-16T05:00:22.7220098Z         PASS [   0.015s] ( 656/1087) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-06-16T05:00:22.7379217Z         PASS [   0.016s] ( 657/1087) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-06-16T05:00:22.7563769Z         PASS [   0.018s] ( 658/1087) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-06-16T05:00:22.7809290Z         PASS [   1.710s] ( 659/1087) spt-live reconcile::tests::reconcile_merges_and_clears
2026-06-16T05:00:22.7813933Z         PASS [   0.025s] ( 660/1087) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-16T05:00:22.7880731Z         PASS [   0.084s] ( 661/1087) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-06-16T05:00:22.7999021Z         PASS [   0.019s] ( 662/1087) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-06-16T05:00:22.8107177Z         PASS [   0.029s] ( 663/1087) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-06-16T05:00:22.8112363Z         PASS [   0.024s] ( 664/1087) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-06-16T05:00:22.8252558Z         PASS [   0.026s] ( 665/1087) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-06-16T05:00:22.8273655Z         PASS [   1.299s] ( 666/1087) spt-live resume::tests::download_composes_two_tiers
2026-06-16T05:00:22.8561142Z         PASS [   0.143s] ( 667/1087) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-06-16T05:00:23.0002131Z         PASS [   0.189s] ( 668/1087) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-06-16T05:00:23.0041508Z         PASS [   0.193s] ( 669/1087) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-06-16T05:00:23.0089877Z         PASS [   0.183s] ( 670/1087) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-06-16T05:00:23.0123881Z         PASS [   0.185s] ( 671/1087) spt-net net::notif::tests::forged_origin_field_is_inert
2026-06-16T05:00:23.0158891Z         PASS [   0.160s] ( 672/1087) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-06-16T05:00:23.0216203Z         PASS [   0.021s] ( 673/1087) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-06-16T05:00:23.0277797Z         PASS [   0.023s] ( 674/1087) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-06-16T05:00:23.0343832Z         PASS [   0.025s] ( 675/1087) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-06-16T05:00:23.0436943Z         PASS [   0.027s] ( 676/1087) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-06-16T05:00:23.0476434Z         PASS [   0.026s] ( 677/1087) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-06-16T05:00:23.0527269Z         PASS [   0.025s] ( 678/1087) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-06-16T05:00:23.0564728Z         PASS [   0.022s] ( 679/1087) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-06-16T05:00:23.0609085Z         PASS [   0.018s] ( 680/1087) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-06-16T05:00:23.0629412Z         PASS [   0.015s] ( 681/1087) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-06-16T05:00:23.0671915Z         PASS [   0.014s] ( 682/1087) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-06-16T05:00:23.0714800Z         PASS [   0.015s] ( 683/1087) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-06-16T05:00:23.0769528Z         PASS [   0.016s] ( 684/1087) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-06-16T05:00:23.0813631Z         PASS [   0.018s] ( 685/1087) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-06-16T05:00:23.0881318Z         PASS [   0.021s] ( 686/1087) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-06-16T05:00:23.0971012Z         PASS [   0.490s] ( 687/1087) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-06-16T05:00:23.0990331Z         PASS [   0.027s] ( 688/1087) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-06-16T05:00:23.1004865Z         PASS [   0.023s] ( 689/1087) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-06-16T05:00:23.1034327Z         PASS [   0.022s] ( 690/1087) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-06-16T05:00:23.1050738Z         PASS [   0.017s] ( 691/1087) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-06-16T05:00:23.1140292Z         PASS [   0.571s] ( 692/1087) spt-msg ring::tests::ring_timeout_cleans_up
2026-06-16T05:00:23.1147607Z         PASS [   0.018s] ( 693/1087) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-06-16T05:00:23.1233489Z         PASS [   0.024s] ( 694/1087) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-06-16T05:00:23.1578680Z         PASS [   7.552s] ( 695/1087) spt-daemon::daemon_lifecycle_real_brain real_brain_process_hosts_the_psyche_for_an_online_live_endpoint
2026-06-16T05:00:23.1781686Z         PASS [   0.075s] ( 696/1087) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-06-16T05:00:23.1810709Z         PASS [   0.559s] ( 697/1087) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-06-16T05:00:23.2088272Z         PASS [   0.029s] ( 698/1087) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-06-16T05:00:23.2094968Z         PASS [   0.108s] ( 699/1087) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-06-16T05:00:23.2221126Z         PASS [   0.108s] ( 700/1087) spt-net net::pairing::spake::tests::stale_step_fails
2026-06-16T05:00:23.2221673Z         PASS [   0.117s] ( 701/1087) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-06-16T05:00:23.2224863Z         PASS [   0.210s] ( 702/1087) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-06-16T05:00:23.2251478Z         PASS [   0.110s] ( 703/1087) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-06-16T05:00:23.2276150Z         PASS [   0.104s] ( 704/1087) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-06-16T05:00:23.2278885Z         PASS [   0.020s] ( 705/1087) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-06-16T05:00:23.2340670Z         PASS [   0.025s] ( 706/1087) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-06-16T05:00:23.2390951Z         PASS [   0.017s] ( 707/1087) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-06-16T05:00:23.2411010Z         PASS [   0.019s] ( 708/1087) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-06-16T05:00:23.2467812Z         PASS [   0.024s] ( 709/1087) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-06-16T05:00:23.2510113Z         PASS [   0.017s] ( 710/1087) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-06-16T05:00:23.2525855Z         PASS [   0.099s] ( 711/1087) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-06-16T05:00:23.2532957Z         PASS [   0.026s] ( 712/1087) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-06-16T05:00:23.2606765Z         PASS [   0.033s] ( 713/1087) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-06-16T05:00:23.2607943Z         PASS [   0.036s] ( 714/1087) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-06-16T05:00:23.2665199Z         PASS [   0.028s] ( 715/1087) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-06-16T05:00:23.2711950Z         PASS [   0.030s] ( 716/1087) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-06-16T05:00:23.2756097Z         PASS [   0.029s] ( 717/1087) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-06-16T05:00:23.2768333Z         PASS [   0.026s] ( 718/1087) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-06-16T05:00:23.2825082Z         PASS [   0.104s] ( 719/1087) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-06-16T05:00:23.2890162Z         PASS [   0.028s] ( 720/1087) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-16T05:00:23.2943326Z         PASS [   0.033s] ( 721/1087) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-06-16T05:00:23.3085743Z         PASS [   0.033s] ( 722/1087) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-06-16T05:00:23.3288661Z         PASS [   0.035s] ( 723/1087) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-06-16T05:00:23.3291270Z         PASS [   0.020s] ( 724/1087) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-06-16T05:00:23.3451187Z         PASS [   0.016s] ( 725/1087) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-06-16T05:00:23.3486325Z         PASS [   0.020s] ( 726/1087) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-06-16T05:00:23.3607083Z         PASS [   0.016s] ( 727/1087) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-06-16T05:00:23.3677110Z         PASS [   0.018s] ( 728/1087) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-06-16T05:00:23.3830226Z         PASS [   0.022s] ( 729/1087) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-06-16T05:00:23.3855969Z         PASS [   0.019s] ( 730/1087) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-06-16T05:00:23.4025333Z         PASS [   0.017s] ( 731/1087) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-06-16T05:00:23.4029568Z         PASS [   0.020s] ( 732/1087) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-06-16T05:00:23.4151337Z         PASS [   0.163s] ( 733/1087) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-06-16T05:00:23.4403322Z         PASS [   0.032s] ( 734/1087) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-06-16T05:00:23.4570055Z         PASS [   0.037s] ( 735/1087) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-06-16T05:00:23.4696344Z         PASS [   0.065s] ( 736/1087) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-06-16T05:00:23.4717200Z         PASS [   0.193s] ( 737/1087) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-06-16T05:00:23.4871608Z         PASS [   1.809s] ( 738/1087) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-06-16T05:00:23.4872240Z         PASS [   0.199s] ( 739/1087) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-06-16T05:00:23.4907623Z         PASS [   0.047s] ( 740/1087) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-06-16T05:00:23.4908441Z         PASS [   0.036s] ( 741/1087) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-06-16T05:00:23.4950516Z         PASS [   0.025s] ( 742/1087) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-06-16T05:00:23.4988572Z         PASS [   0.029s] ( 743/1087) spt-net net::registry::tests::registry_serde_roundtrips
2026-06-16T05:00:23.5052693Z         PASS [   0.024s] ( 744/1087) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-06-16T05:00:23.5067177Z         PASS [   0.253s] ( 745/1087) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-06-16T05:00:23.5067864Z         PASS [   0.026s] ( 746/1087) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-06-16T05:00:23.5092787Z         PASS [   0.027s] ( 747/1087) spt-net net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses
2026-06-16T05:00:23.5121327Z         PASS [   0.023s] ( 748/1087) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-06-16T05:00:23.5183517Z         PASS [   0.024s] ( 749/1087) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-06-16T05:00:23.5204624Z         PASS [   0.021s] ( 750/1087) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-06-16T05:00:23.5226867Z         PASS [   0.017s] ( 751/1087) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-06-16T05:00:23.5326234Z         PASS [   0.025s] ( 752/1087) spt-net net::registry::tests::resolve_prefers_local_instance
2026-06-16T05:00:23.5359374Z         PASS [   0.028s] ( 753/1087) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-06-16T05:00:23.5373107Z         PASS [   0.029s] ( 754/1087) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-06-16T05:00:23.5381746Z         PASS [   0.271s] ( 755/1087) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-06-16T05:00:23.5406718Z         PASS [   0.029s] ( 756/1087) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-06-16T05:00:23.5442615Z         PASS [   0.026s] ( 757/1087) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-06-16T05:00:23.5463145Z         PASS [   0.026s] ( 758/1087) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-06-16T05:00:23.5534041Z         PASS [   0.031s] ( 759/1087) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-06-16T05:00:23.5580757Z         PASS [   0.025s] ( 760/1087) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-06-16T05:00:23.5711361Z         PASS [   0.278s] ( 761/1087) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-06-16T05:00:23.5758777Z         PASS [   0.033s] ( 762/1087) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-06-16T05:00:23.5767868Z         PASS [   0.039s] ( 763/1087) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-06-16T05:00:23.5828634Z         PASS [   0.043s] ( 764/1087) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-06-16T05:00:23.5844959Z         PASS [   0.041s] ( 765/1087) spt-net net::rest::tests::records_round_trip_and_degrade
2026-06-16T05:00:23.5847577Z         PASS [   0.313s] ( 766/1087) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-06-16T05:00:23.5923866Z         PASS [   0.046s] ( 767/1087) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-06-16T05:00:23.5924782Z         PASS [   0.048s] ( 768/1087) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-06-16T05:00:23.5941289Z         PASS [   0.041s] ( 769/1087) spt-net net::sync::tests::forged_origin_field_is_inert
2026-06-16T05:00:23.5965967Z         PASS [   0.039s] ( 770/1087) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-06-16T05:00:23.6019753Z         PASS [   0.034s] ( 771/1087) spt-net net::update::tests::forged_origin_field_is_inert
2026-06-16T05:00:23.6031145Z         PASS [   0.036s] ( 772/1087) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-16T05:00:23.6036837Z         PASS [   0.027s] ( 773/1087) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-06-16T05:00:23.6050191Z         PASS [   0.025s] ( 774/1087) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-16T05:00:23.6098024Z         PASS [   0.028s] ( 775/1087) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-06-16T05:00:23.6125952Z         PASS [   0.028s] ( 776/1087) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-06-16T05:00:23.6152078Z         PASS [   0.023s] ( 777/1087) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-06-16T05:00:23.6195927Z         PASS [   0.028s] ( 778/1087) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-06-16T05:00:23.6230019Z         PASS [   0.029s] ( 779/1087) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-06-16T05:00:23.6296047Z         PASS [   0.032s] ( 780/1087) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-16T05:00:23.6306761Z         PASS [   0.027s] ( 781/1087) spt-proto addr::tests::parses_every_qualifier_combination
2026-06-16T05:00:23.6338466Z         PASS [   0.030s] ( 782/1087) spt-proto addr::tests::rejects_doubled_delimiters
2026-06-16T05:00:23.6362174Z         PASS [   0.034s] ( 783/1087) spt-proto addr::tests::display_round_trips
2026-06-16T05:00:23.6368423Z         PASS [   0.032s] ( 784/1087) spt-proto addr::tests::rejects_empty_or_bad_components
2026-06-16T05:00:23.6400156Z         PASS [   0.030s] ( 785/1087) spt-proto chunk::tests::malformed_parts_return_none
2026-06-16T05:00:23.6429867Z         PASS [   0.030s] ( 786/1087) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-06-16T05:00:23.6463739Z         PASS [   0.031s] ( 787/1087) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-06-16T05:00:23.6491973Z         PASS [   0.030s] ( 788/1087) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-06-16T05:00:23.6573732Z         PASS [   0.034s] ( 789/1087) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-06-16T05:00:23.6603039Z         PASS [   0.031s] ( 790/1087) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-06-16T05:00:23.6668832Z         PASS [   0.033s] ( 791/1087) spt-proto endpoint::tests::agent_vs_shell_split
2026-06-16T05:00:23.6722208Z         PASS [   0.036s] ( 792/1087) spt-proto endpoint::tests::broker_and_node_families
2026-06-16T05:00:23.6751694Z         PASS [   0.038s] ( 793/1087) spt-proto endpoint::tests::day_one_tags_round_trip
2026-06-16T05:00:23.6800551Z         PASS [   0.040s] ( 794/1087) spt-proto endpoint::tests::shell_kind_round_trips
2026-06-16T05:00:23.6850122Z         PASS [   0.042s] ( 795/1087) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-06-16T05:00:23.6870728Z         PASS [   0.041s] ( 796/1087) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-06-16T05:00:23.6898551Z         PASS [   0.041s] ( 797/1087) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-06-16T05:00:23.6928059Z         PASS [   0.035s] ( 798/1087) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-06-16T05:00:23.6956827Z         PASS [   0.035s] ( 799/1087) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-06-16T05:00:23.6978936Z         PASS [   0.067s] ( 800/1087) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-06-16T05:00:23.6989267Z         PASS [   0.009s] ( 801/1087) spt-proto event::tests::alarm_event_round_trips
2026-06-16T05:00:23.7023115Z         PASS [   0.030s] ( 802/1087) spt-proto envelope::tests::parser_both_tags_present
2026-06-16T05:00:23.7053403Z         PASS [   0.030s] ( 803/1087) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-06-16T05:00:23.7083599Z         PASS [   0.029s] ( 804/1087) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-06-16T05:00:23.7116053Z         PASS [   0.027s] ( 805/1087) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-06-16T05:00:23.7150310Z         PASS [   0.028s] ( 806/1087) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-06-16T05:00:23.7173789Z         PASS [   0.050s] ( 807/1087) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-06-16T05:00:23.7204759Z         PASS [   0.028s] ( 808/1087) spt-proto event::tests::attr_decode_is_amp_last
2026-06-16T05:00:23.7238615Z         PASS [   0.028s] ( 809/1087) spt-proto event::tests::attr_order_preserved
2026-06-16T05:00:23.7273776Z         PASS [   0.029s] ( 810/1087) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-06-16T05:00:23.7314252Z         PASS [   0.032s] ( 811/1087) spt-proto event::tests::empty_body_envelope_parses
2026-06-16T05:00:23.7342936Z         PASS [   0.032s] ( 812/1087) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-06-16T05:00:23.7380149Z         PASS [   0.033s] ( 813/1087) spt-proto event::tests::msg_event_round_trips
2026-06-16T05:00:23.7415803Z         PASS [   0.033s] ( 814/1087) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-06-16T05:00:23.7459281Z         PASS [   0.034s] ( 815/1087) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-06-16T05:00:23.7489598Z         PASS [   0.034s] ( 816/1087) spt-proto event::tests::typed_predicate_rejects_partials
2026-06-16T05:00:23.7522369Z         PASS [   0.034s] ( 817/1087) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-06-16T05:00:23.7566210Z         PASS [   0.036s] ( 818/1087) spt-proto event::tests::user_msg_event_round_trips
2026-06-16T05:00:23.7599558Z         PASS [   0.036s] ( 819/1087) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-06-16T05:00:23.7627858Z         PASS [   0.035s] ( 820/1087) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-06-16T05:00:23.7657958Z         PASS [   0.035s] ( 821/1087) spt-proto id::tests::accepts_japanese_scripts
2026-06-16T05:00:23.7693218Z         PASS [   0.035s] ( 822/1087) spt-proto id::tests::accepts_plain_and_composite_ids
2026-06-16T05:00:23.7723412Z         PASS [   0.034s] ( 823/1087) spt-proto id::tests::rejects_empty_and_overlong
2026-06-16T05:00:23.7772491Z         PASS [   0.036s] ( 824/1087) spt-proto id::tests::rejects_path_whitespace_and_control
2026-06-16T05:00:23.7800874Z         PASS [   0.034s] ( 825/1087) spt-proto id::tests::reports_bad_char_position
2026-06-16T05:00:23.7836352Z         PASS [   0.035s] ( 826/1087) spt-proto id::tests::reserves_address_delimiters
2026-06-16T05:00:23.7877663Z         PASS [   0.036s] ( 827/1087) spt-proto identity::tests::bad_inputs_error_without_panic
2026-06-16T05:00:23.7966478Z         PASS [   0.036s] ( 828/1087) spt-proto identity::tests::public_key_hex_round_trips
2026-06-16T05:00:23.8006750Z         PASS [   0.044s] ( 829/1087) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-06-16T05:00:23.8014031Z         PASS [   0.036s] ( 830/1087) spt-proto payload::tests::base64_known_vectors
2026-06-16T05:00:23.8047556Z         PASS [   0.035s] ( 831/1087) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-06-16T05:00:23.8112180Z         PASS [   0.039s] ( 832/1087) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-06-16T05:00:23.8143321Z         PASS [   0.037s] ( 833/1087) spt-proto payload::tests::command_payload_round_trips
2026-06-16T05:00:23.8165732Z         PASS [   0.036s] ( 834/1087) spt-proto payload::tests::text_payload_round_trips
2026-06-16T05:00:23.8193537Z         PASS [   0.036s] ( 835/1087) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-06-16T05:00:23.8234282Z         PASS [   0.036s] ( 836/1087) spt-proto version::tests::current_version_self_compatible
2026-06-16T05:00:23.8263275Z         PASS [   0.030s] ( 837/1087) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-06-16T05:00:23.8300610Z         PASS [   0.029s] ( 838/1087) spt-proto version::tests::window_floor_saturates_at_zero
2026-06-16T05:00:23.8353806Z         PASS [   0.073s] ( 839/1087) spt-proto identity::tests::sign_verify_round_trip
2026-06-16T05:00:23.8387171Z         PASS [   0.034s] ( 840/1087) spt-runtime manifest::tests::digest_section_source_resolution
2026-06-16T05:00:23.8469538Z         PASS [   0.035s] ( 841/1087) spt-runtime manifest::tests::digest_section_validation_errors
2026-06-16T05:00:23.8503252Z         PASS [   0.036s] ( 842/1087) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-06-16T05:00:23.8546584Z         PASS [   0.038s] ( 843/1087) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-06-16T05:00:23.8554610Z         PASS [   0.054s] ( 844/1087) spt-runtime manifest::tests::checked_in_schema_is_current
2026-06-16T05:00:23.8557628Z         PASS [   0.036s] ( 845/1087) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-06-16T05:00:23.8628094Z         PASS [   0.036s] ( 846/1087) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-06-16T05:00:23.8685849Z         PASS [   0.045s] ( 847/1087) spt-runtime manifest::tests::hint_keyword_matching
2026-06-16T05:00:23.8697777Z         PASS [   0.034s] ( 848/1087) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-06-16T05:00:23.8719875Z         PASS [   0.042s] ( 849/1087) spt-runtime manifest::tests::manifest_schema_shape
2026-06-16T05:00:23.8736942Z         PASS [   0.035s] ( 850/1087) spt-runtime manifest::tests::per_capability_act_gate_parses_and_validates
2026-06-16T05:00:23.8772778Z         PASS [   0.031s] ( 851/1087) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-06-16T05:00:23.8848180Z         PASS [   0.034s] ( 852/1087) spt-runtime manifest::tests::round_trips_through_toml
2026-06-16T05:00:23.8850128Z         PASS [   0.030s] ( 853/1087) spt-runtime manifest::tests::shell_fixture_parses
2026-06-16T05:00:23.8875969Z         PASS [   0.032s] ( 854/1087) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-06-16T05:00:23.8917798Z         PASS [   0.036s] ( 855/1087) spt-runtime manifest::tests::shell_tunnel_opt_in
2026-06-16T05:00:23.8964602Z         PASS [   0.034s] ( 856/1087) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-06-16T05:00:23.8982392Z         PASS [   0.030s] ( 857/1087) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-06-16T05:00:23.9020931Z         PASS [   0.032s] ( 858/1087) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-06-16T05:00:23.9055322Z         PASS [   0.034s] ( 859/1087) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-06-16T05:00:23.9090727Z         PASS [   0.035s] ( 860/1087) spt-runtime profile::tests::deep_nested_leaf_replace
2026-06-16T05:00:23.9122132Z         PASS [   0.035s] ( 861/1087) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-06-16T05:00:23.9171145Z         PASS [   0.033s] ( 862/1087) spt-runtime profile::tests::leaf_replace_contract
2026-06-16T05:00:23.9211157Z         PASS [   0.036s] ( 863/1087) spt-runtime profile::tests::profile_overlays_strings
2026-06-16T05:00:23.9255368Z         PASS [   0.038s] ( 864/1087) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-06-16T05:00:23.9284816Z         PASS [   0.037s] ( 865/1087) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-06-16T05:00:23.9307937Z         PASS [   0.034s] ( 866/1087) spt-runtime profile::tests::split_option_first_colon
2026-06-16T05:00:23.9342749Z         PASS [   0.036s] ( 867/1087) spt-runtime profile::tests::string_dot_path_read_write
2026-06-16T05:00:23.9378466Z         PASS [   0.036s] ( 868/1087) spt-runtime profile::tests::tighten_only_allows_tightening
2026-06-16T05:00:23.9409826Z         PASS [   0.035s] ( 869/1087) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-06-16T05:00:23.9445080Z         PASS [   0.035s] ( 870/1087) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-06-16T05:00:23.9770524Z         PASS [   0.062s] ( 871/1087) spt-runtime registry::tests::create_local_profile_guards
2026-06-16T05:00:23.9786804Z         PASS [   0.057s] ( 872/1087) spt-runtime registry::tests::delete_local_profile_rules
2026-06-16T05:00:23.9809947Z         PASS [   0.050s] ( 873/1087) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-06-16T05:00:23.9836009Z         PASS [   0.066s] ( 874/1087) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-06-16T05:00:23.9998429Z         PASS [   0.074s] ( 875/1087) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-06-16T05:00:24.0118140Z         PASS [   0.070s] ( 876/1087) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-06-16T05:00:24.0118891Z         PASS [   0.083s] ( 877/1087) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-06-16T05:00:24.0166092Z         PASS [   0.082s] ( 878/1087) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-06-16T05:00:24.0171134Z         PASS [   0.042s] ( 879/1087) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-06-16T05:00:24.0184862Z         PASS [   0.038s] ( 880/1087) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-06-16T05:00:24.0189153Z         PASS [   0.074s] ( 881/1087) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-06-16T05:00:24.0200111Z         PASS [   0.082s] ( 882/1087) spt-runtime registry::tests::local_profile_survives_readd
2026-06-16T05:00:24.0238240Z         PASS [   0.045s] ( 883/1087) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-06-16T05:00:24.0431376Z         PASS [   0.031s] ( 884/1087) spt-runtime runtime::tests::fills_known_placeholders
2026-06-16T05:00:24.0441632Z         PASS [   2.215s] ( 885/1087) spt-live signoff::tests::boundary_writes_resume_commune
2026-06-16T05:00:24.0479139Z         PASS [   0.031s] ( 886/1087) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-06-16T05:00:24.0532212Z         PASS [   0.033s] ( 887/1087) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-06-16T05:00:24.0582323Z         PASS [   0.038s] ( 888/1087) spt-runtime runtime::tests::unknown_role_errors
2026-06-16T05:00:24.0663051Z         PASS [   0.043s] ( 889/1087) spt-store access::tests::recent_outbound_correlates_within_window
2026-06-16T05:00:24.0722724Z         PASS [   0.088s] ( 890/1087) spt-runtime registry::tests::strings_get_set_through_overlay
2026-06-16T05:00:24.0749661Z         PASS [   0.055s] ( 891/1087) spt-store access::tests::allow_revoke_open_polarity
2026-06-16T05:00:24.0782029Z         PASS [   0.035s] ( 892/1087) spt-store access::tests::recent_outbound_is_bounded
2026-06-16T05:00:24.0838190Z         PASS [   0.084s] ( 893/1087) spt-runtime runtime::tests::bounded_run_captures_success
2026-06-16T05:00:24.0846474Z         PASS [   0.033s] ( 894/1087) spt-store access::tests::users_reservation_decodes_inert
2026-06-16T05:00:24.0879824Z         PASS [   0.043s] ( 895/1087) spt-store access::tests::recent_outbound_persists
2026-06-16T05:00:24.0892965Z         PASS [   0.071s] ( 896/1087) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-06-16T05:00:24.0947074Z         PASS [   0.038s] ( 897/1087) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-06-16T05:00:24.0947701Z         PASS [   0.023s] ( 898/1087) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-06-16T05:00:24.0953639Z         PASS [   0.048s] ( 899/1087) spt-store access::tests::store_persists_and_degrades_open
2026-06-16T05:00:24.0974727Z         PASS [   0.023s] ( 900/1087) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-06-16T05:00:24.1011635Z         PASS [   0.023s] ( 901/1087) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-06-16T05:00:24.1032915Z         PASS [   0.037s] ( 902/1087) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-06-16T05:00:24.1048303Z         PASS [   0.021s] ( 903/1087) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-06-16T05:00:24.1130351Z         PASS [   0.025s] ( 904/1087) spt-store attachment::tests::boot_reset_and_serving_filter
2026-06-16T05:00:24.1179873Z         PASS [   0.033s] ( 905/1087) spt-store attachment::tests::attached_default_flip_roundtrip
2026-06-16T05:00:24.1190421Z         PASS [   0.030s] ( 906/1087) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-06-16T05:00:24.1468193Z         PASS [   0.041s] ( 907/1087) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-06-16T05:00:24.1523285Z         PASS [   0.038s] ( 908/1087) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-06-16T05:00:24.1609305Z         PASS [   0.041s] ( 909/1087) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-06-16T05:00:24.1612043Z         PASS [   0.042s] ( 910/1087) spt-store contextmark::tests::merge_decisions
2026-06-16T05:00:24.1670862Z         PASS [   0.021s] ( 911/1087) spt-store contextmark::tests::vector_parse_tolerant
2026-06-16T05:00:24.2970542Z         PASS [   2.121s] ( 912/1087) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-06-16T05:00:24.4481709Z         PASS [   0.287s] ( 913/1087) spt-store contextstore::tests::invalid_id_refused
2026-06-16T05:00:24.5500136Z         PASS [   0.452s] ( 914/1087) spt-store branchstore::tests::open_or_init_idempotent
2026-06-16T05:00:24.5651130Z         LEAK [   0.552s] ( 915/1087) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-06-16T05:00:24.5960138Z         PASS [   0.032s] ( 916/1087) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-06-16T05:00:24.6223100Z         PASS [   0.024s] ( 917/1087) spt-store epoch::tests::counter_persists_across_reload
2026-06-16T05:00:24.6462014Z         PASS [   0.026s] ( 918/1087) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-06-16T05:00:24.6678078Z         PASS [   0.022s] ( 919/1087) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-06-16T05:00:24.7696023Z         PASS [   0.101s] ( 920/1087) spt-store gitrun::tests::version_runs_within_budget
2026-06-16T05:00:24.7808134Z         PASS [   0.012s] ( 921/1087) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-06-16T05:00:24.7963824Z         PASS [   0.015s] ( 922/1087) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-06-16T05:00:24.8359627Z         PASS [   0.039s] ( 923/1087) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-06-16T05:00:24.8775952Z         PASS [   0.040s] ( 924/1087) spt-store history::tests::appends_one_record_per_line
2026-06-16T05:00:24.9206948Z         PASS [   0.045s] ( 925/1087) spt-store history::tests::context_entries_carry_the_discriminator
2026-06-16T05:00:24.9256967Z         PASS [   0.824s] ( 926/1087) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-06-16T05:00:24.9589697Z         PASS [   0.038s] ( 927/1087) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-06-16T05:00:24.9691967Z         PASS [   0.043s] ( 928/1087) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-06-16T05:00:24.9781506Z         PASS [   0.019s] ( 929/1087) spt-store home::tests::home_assignment_matrix
2026-06-16T05:00:24.9909592Z         PASS [   0.020s] ( 930/1087) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-06-16T05:00:24.9985820Z         PASS [   0.021s] ( 931/1087) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-06-16T05:00:25.0144092Z         PASS [   0.024s] ( 932/1087) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-06-16T05:00:25.0363317Z         PASS [   0.038s] ( 933/1087) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-06-16T05:00:25.1031722Z         PASS [   0.053s] ( 934/1087) spt-store info::tests::corrupt_content_returns_none
2026-06-16T05:00:25.3500099Z         PASS [   0.260s] ( 935/1087) spt-store info::tests::mutate_info_serializes_writers_so_offline_is_never_clobbered
2026-06-16T05:00:25.3936644Z         PASS [   0.044s] ( 936/1087) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-06-16T05:00:25.3938364Z         PASS [   1.299s] ( 937/1087) spt-store branchstore::tests::branches_are_independent_roots
2026-06-16T05:00:25.4430455Z         PASS [   0.049s] ( 938/1087) spt-store info::tests::set_driven_by_stamps_and_clears
2026-06-16T05:00:25.4566359Z         PASS [   0.061s] ( 939/1087) spt-store info::tests::set_last_active_stamps_recency
2026-06-16T05:00:25.4566983Z         PASS [  16.469s] ( 940/1087) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-16T05:00:25.4979481Z         PASS [   0.054s] ( 941/1087) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-06-16T05:00:25.5238236Z         PASS [   0.063s] ( 942/1087) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-06-16T05:00:25.5238878Z         PASS [   0.066s] ( 943/1087) spt-store info::tests::set_status_marks_existing_record
2026-06-16T05:00:25.5424452Z         PASS [   0.042s] ( 944/1087) spt-store info::tests::write_read_round_trip
2026-06-16T05:00:25.5575186Z         PASS [   0.039s] ( 945/1087) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-06-16T05:00:25.5640286Z         PASS [   0.040s] ( 946/1087) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-06-16T05:00:25.5796175Z         PASS [   0.040s] ( 947/1087) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-06-16T05:00:25.6150630Z         PASS [   0.035s] ( 948/1087) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-06-16T05:00:25.6287495Z         PASS [   0.067s] ( 949/1087) spt-store liveness::tests::external_perch_still_pid_probes
2026-06-16T05:00:25.6406568Z         PASS [   0.076s] ( 950/1087) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-06-16T05:00:25.6709925Z         PASS [   0.052s] ( 951/1087) spt-store nodeid::tests::create_then_load_is_stable
2026-06-16T05:00:25.6831046Z         PASS [   0.059s] ( 952/1087) spt-store nodeid::tests::seed_hex_round_trips
2026-06-16T05:00:25.6967232Z         PASS [   1.601s] ( 953/1087) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-06-16T05:00:25.7041675Z         PASS [   0.064s] ( 954/1087) spt-store notif::tests::listing_is_subnet_scoped
2026-06-16T05:00:25.7209836Z         PASS [   0.017s] ( 955/1087) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-06-16T05:00:25.7691510Z         PASS [   0.082s] ( 956/1087) spt-store notif::tests::produce_list_dismiss_round_trip
2026-06-16T05:00:25.7692475Z         PASS [   1.672s] ( 957/1087) spt-store branchstore::tests::commit_then_read_at_tip
2026-06-16T05:00:25.7962468Z         PASS [   0.129s] ( 958/1087) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-06-16T05:00:25.8121965Z         PASS [   0.089s] ( 959/1087) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-06-16T05:00:25.8134365Z         PASS [   0.047s] ( 960/1087) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-06-16T05:00:25.8180530Z         PASS [   0.120s] ( 961/1087) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-06-16T05:00:25.8422793Z         PASS [   0.076s] ( 962/1087) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-06-16T05:00:25.8423506Z         PASS [   0.045s] ( 963/1087) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-06-16T05:00:25.8536141Z         PASS [   0.040s] ( 964/1087) spt-store perch::tests::child_files_route_through_one_resolver
2026-06-16T05:00:25.8641015Z         PASS [   1.760s] ( 965/1087) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-06-16T05:00:25.8644579Z         PASS [   0.047s] ( 966/1087) spt-store perch::tests::classification_matrix
2026-06-16T05:00:25.8677468Z         PASS [   0.057s] ( 967/1087) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-06-16T05:00:25.8776610Z         PASS [   0.035s] ( 968/1087) spt-store perch::tests::explicit_parent_wins_over_infer
2026-06-16T05:00:25.8872878Z         PASS [   0.021s] ( 969/1087) spt-store perch::tests::resolve_self_is_flat
2026-06-16T05:00:25.8873545Z         PASS [   0.031s] ( 970/1087) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-06-16T05:00:25.8973484Z         PASS [   0.055s] ( 971/1087) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-06-16T05:00:25.9102137Z         PASS [   0.025s] ( 972/1087) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-06-16T05:00:25.9126173Z         PASS [   0.044s] ( 973/1087) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-06-16T05:00:25.9198160Z         PASS [   0.035s] ( 974/1087) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-06-16T05:00:25.9264998Z         PASS [   0.050s] ( 975/1087) spt-store proc::tests::current_process_is_alive
2026-06-16T05:00:25.9307295Z         PASS [   0.033s] ( 976/1087) spt-store proc::tests::unassigned_pid_is_dead
2026-06-16T05:00:25.9450178Z         PASS [   0.079s] ( 977/1087) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-06-16T05:00:25.9452951Z         PASS [   0.031s] ( 978/1087) spt-store project::tests::url_spellings_normalize_to_one_id
2026-06-16T05:00:25.9453597Z         PASS [   1.776s] ( 979/1087) spt-store contextstore::tests::project_branch_holds_many_agents
2026-06-16T05:00:26.0340953Z         PASS [   0.089s] ( 980/1087) spt-store registry::tests::register_and_lookup
2026-06-16T05:00:26.0347623Z         PASS [   0.089s] ( 981/1087) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-06-16T05:00:26.0489217Z         PASS [   0.101s] ( 982/1087) spt-store registry::tests::reregister_replaces_address
2026-06-16T05:00:26.0561234Z         PASS [   0.130s] ( 983/1087) spt-store registry::tests::clean_removes_dead_keeps_live
2026-06-16T05:00:26.0631925Z         PASS [   0.143s] ( 984/1087) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-06-16T05:00:26.0895531Z         PASS [   0.046s] ( 985/1087) spt-store rename::tests::live_nested_child_blocks_rename
2026-06-16T05:00:26.1135071Z         PASS [   0.074s] ( 986/1087) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-06-16T05:00:26.1408137Z         PASS [   0.046s] ( 987/1087) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-06-16T05:00:26.1443428Z         PASS [   0.085s] ( 988/1087) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-06-16T05:00:26.1540287Z         PASS [   0.044s] ( 989/1087) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-06-16T05:00:26.1540948Z         PASS [   0.119s] ( 990/1087) spt-store registry::tests::resolve_cleans_before_lookup
2026-06-16T05:00:26.1646492Z         PASS [   0.102s] ( 991/1087) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-06-16T05:00:26.1698560Z         PASS [   0.034s] ( 992/1087) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-06-16T05:00:26.1770154Z         PASS [   0.023s] ( 993/1087) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-06-16T05:00:27.0199107Z         PASS [   0.877s] ( 994/1087) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-06-16T05:00:27.0383299Z         PASS [   0.868s] ( 995/1087) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-06-16T05:00:27.0383957Z         PASS [   0.885s] ( 996/1087) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-06-16T05:00:27.0404412Z         PASS [   0.866s] ( 997/1087) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-06-16T05:00:27.0435371Z         PASS [   0.880s] ( 998/1087) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-06-16T05:00:27.0796179Z         PASS [   0.061s] ( 999/1087) spt-store rotation::tests::coalesce_is_per_subnet
2026-06-16T05:00:27.0814614Z         PASS [   0.041s] (1000/1087) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-06-16T05:00:27.0815369Z         PASS [   1.149s] (1001/1087) spt-store registry::tests::concurrent_registration_never_locks
2026-06-16T05:00:27.0910283Z         PASS [   0.046s] (1002/1087) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-06-16T05:00:27.0930762Z         PASS [   0.048s] (1003/1087) spt-store seed::tests::absent_cwd_is_omitted
2026-06-16T05:00:27.1195245Z         PASS [   0.079s] (1004/1087) spt-store rotation::tests::persists_and_degrades_to_empty
2026-06-16T05:00:27.1442766Z         PASS [   0.065s] (1005/1087) spt-store seed::tests::seed_round_trips_through_json
2026-06-16T05:00:27.1675841Z         PASS [   0.079s] (1006/1087) spt-store sessions::tests::same_session_rebind_is_deduped
2026-06-16T05:00:27.1676437Z         PASS [   0.084s] (1007/1087) spt-store sessions::tests::appends_and_reads_in_order
2026-06-16T05:00:27.1702889Z         PASS [   0.076s] (1008/1087) spt-store sessions::tests::tolerant_of_garbage_lines
2026-06-16T05:00:27.1996612Z         PASS [   0.077s] (1009/1087) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-06-16T05:00:27.2225844Z         PASS [   0.078s] (1010/1087) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-06-16T05:00:27.2382294Z         PASS [   0.075s] (1011/1087) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-06-16T05:00:27.2458798Z         PASS [   0.083s] (1012/1087) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-06-16T05:00:27.3092646Z         PASS [   0.141s] (1013/1087) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-06-16T05:00:27.3465789Z         PASS [   0.150s] (1014/1087) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-06-16T05:00:27.3495414Z         PASS [   0.103s] (1015/1087) spt-store spool::tests::reopen_is_idempotent
2026-06-16T05:00:27.3929661Z         PASS [   0.156s] (1016/1087) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-06-16T05:00:27.3998200Z         PASS [   0.090s] (1017/1087) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-06-16T05:00:27.4289974Z         PASS [   0.035s] (1018/1087) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-06-16T05:00:27.4313400Z         PASS [   0.030s] (1019/1087) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-06-16T05:00:27.4524198Z         PASS [   0.105s] (1020/1087) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-06-16T05:00:27.4728832Z         PASS [   0.120s] (1021/1087) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-06-16T05:00:27.4729789Z         PASS [   0.042s] (1022/1087) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-06-16T05:00:27.4758268Z         PASS [   0.039s] (1023/1087) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-06-16T05:00:27.4984071Z         PASS [   0.045s] (1024/1087) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-06-16T05:00:27.5056035Z         PASS [   0.035s] (1025/1087) spt-store subnet::tests::no_prior_generation_before_rotation
2026-06-16T05:00:27.5058829Z         PASS [   0.036s] (1026/1087) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-06-16T05:00:27.5064192Z         PASS [   0.037s] (1027/1087) spt-store subnet::tests::minted_seeds_are_random
2026-06-16T05:00:27.5292641Z         PASS [   0.030s] (1028/1087) spt-store subnet::tests::remove_drops_membership
2026-06-16T05:00:27.5352516Z         PASS [   0.029s] (1029/1087) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-06-16T05:00:27.5423141Z         PASS [   0.312s] (1030/1087) spt-store spool::tests::event_part_body_persists_byte_exact
2026-06-16T05:00:27.5516977Z         PASS [   0.044s] (1031/1087) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-06-16T05:00:27.7745497Z         PASS [   1.864s] (1032/1087) spt-store project::tests::derivation_ladder
2026-06-16T05:00:27.7746030Z         PASS [   0.694s] (1033/1087) spt-store sessions::tests::last_k_and_bounding
2026-06-16T05:00:27.9225325Z         PASS [  21.997s] (1034/1087) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-16T05:00:27.9568527Z         PASS [   0.035s] (1035/1087) spt-store timefmt::tests::formats_known_instants
2026-06-16T05:00:28.0063814Z         PASS [   0.050s] (1036/1087) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-06-16T05:00:28.0301415Z         PASS [   0.023s] (1037/1087) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-06-16T05:00:28.0466646Z         PASS [   0.018s] (1038/1087) spt-store visibility::tests::hidden_is_or_of_defaults
2026-06-16T05:00:28.0561005Z         PASS [   0.009s] (1039/1087) spt-store visibility::tests::override_wins_both_directions
2026-06-16T05:00:28.0971243Z         PASS [   0.547s] (1040/1087) spt-store syncmerge::tests::non_context_branch_refused
2026-06-16T05:00:28.1068825Z         PASS [   0.050s] (1041/1087) spt-store visibility::tests::store_persists_and_degrades_safe
2026-06-16T05:00:28.1300219Z         PASS [   0.032s] (1042/1087) spt-store visibility::tests::synced_requires_membership_listing
2026-06-16T05:00:28.1605335Z         PASS [   0.054s] (1043/1087) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-06-16T05:00:28.2053371Z         PASS [   0.075s] (1044/1087) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-06-16T05:00:28.2055206Z         PASS [   0.045s] (1045/1087) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-06-16T05:00:28.2488102Z         PASS [   0.040s] (1046/1087) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-06-16T05:00:28.2512879Z         PASS [   0.042s] (1047/1087) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-06-16T05:00:28.2748986Z         PASS [   0.029s] (1048/1087) spt-term projection::tests::context_record_discriminator
2026-06-16T05:00:28.2858405Z         PASS [   0.039s] (1049/1087) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-06-16T05:00:28.3108931Z         PASS [   0.036s] (1050/1087) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-06-16T05:00:28.3188919Z         PASS [   0.033s] (1051/1087) spt-term projection::tests::empty_input_projects_empty_digest
2026-06-16T05:00:28.3527077Z         PASS [   0.042s] (1052/1087) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-06-16T05:00:28.3536559Z         PASS [   0.035s] (1053/1087) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-06-16T05:00:28.3871484Z         PASS [   0.033s] (1054/1087) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-06-16T05:00:28.4061336Z         PASS [   0.053s] (1055/1087) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-06-16T05:00:28.4086899Z         PASS [   0.021s] (1056/1087) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-06-16T05:00:28.4380764Z         PASS [   0.030s] (1057/1087) spt-term projection::tests::truncates_tool_args_to_width
2026-06-16T05:00:28.4463929Z         PASS [   0.038s] (1058/1087) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-06-16T05:00:28.4685465Z         PASS [   0.024s] (1059/1087) spt-term projection::tests::unknown_fields_are_tolerated
2026-06-16T05:00:28.4774503Z         PASS [   0.034s] (1060/1087) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-06-16T05:00:28.5076643Z         PASS [   0.034s] (1061/1087) spt-term projection::tests::windows_to_last_n_turns
2026-06-16T05:00:28.5077292Z         PASS [   0.038s] (1062/1087) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-06-16T05:00:28.5354632Z         PASS [   0.026s] (1063/1087) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-06-16T05:00:28.5368510Z         PASS [   0.028s] (1064/1087) spt-term reader::tests::dsr_matcher_finds_query_across_chunk_boundary
2026-06-16T05:00:28.5605963Z         PASS [   0.027s] (1065/1087) spt-term reader::tests::no_dsr_means_no_answer
2026-06-16T05:00:28.6198911Z         PASS [   0.083s] (1066/1087) spt-term::dsr conpty_output_not_withheld_under_the_drain
2026-06-16T05:00:28.6273287Z         PASS [   0.067s] (1067/1087) spt-term::dsr drain_forwards_child_output
2026-06-16T05:00:28.6680695Z         PASS [   0.048s] (1068/1087) spt-term::inject ctrl_c_interrupts_the_child
2026-06-16T05:00:28.6805257Z         PASS [   0.054s] (1069/1087) spt-term::inject send_line_reaches_child_and_preserves_order
2026-06-16T05:00:28.7180639Z         PASS [   0.037s] (1070/1087) spt-term::stream delivers_every_value_under_resize
2026-06-16T05:00:28.7383933Z         PASS [   0.020s] (1071/1087) spt-term::surface resize_under_load_does_not_hang_or_panic
2026-06-16T05:00:28.7512353Z         PASS [   0.013s] (1072/1087) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-06-16T05:00:29.2756300Z         PASS [   5.121s] (1073/1087) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-06-16T05:00:29.3869077Z         PASS [   9.781s] (1074/1087) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-06-16T05:00:29.4152706Z         PASS [   4.865s] (1075/1087) spt-store contextstore::tests::two_tier_layout_and_commits
2026-06-16T05:00:29.7088526Z         PASS [   1.040s] (1076/1087) spt-term::stream bounded_backpressure_stalls_an_unconsumed_reader
2026-06-16T05:00:30.7081420Z         PASS [   6.261s] (1077/1087) spt-store contextstore::tests::rename_ripples_both_tiers
2026-06-16T05:00:30.9419693Z         PASS [  11.612s] (1078/1087) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-16T05:00:31.2787008Z         PASS [   7.119s] (1079/1087) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-06-16T05:00:32.2358878Z         PASS [   7.940s] (1080/1087) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-06-16T05:00:32.4851527Z         PASS [   4.950s] (1081/1087) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-06-16T05:00:32.8641106Z         PASS [   5.358s] (1082/1087) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-06-16T05:00:33.2586228Z         PASS [   5.485s] (1083/1087) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-06-16T05:00:34.3400639Z         PASS [   6.806s] (1084/1087) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-06-16T05:00:34.7129467Z         PASS [   7.186s] (1085/1087) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-06-16T05:00:35.7466074Z         PASS [   7.973s] (1086/1087) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-06-16T05:00:38.1270748Z         PASS [  13.114s] (1087/1087) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-06-16T05:00:38.1271955Z ────────────
2026-06-16T05:00:38.1272234Z      Summary [  32.207s] 1087 tests run: 1087 passed (6 leaky), 1 skipped
2026-06-16T05:00:43.2589118Z ##[group]Run cargo test --workspace --doc
2026-06-16T05:00:43.2589373Z [36;1mcargo test --workspace --doc[0m
2026-06-16T05:00:43.2669221Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T05:00:43.2669441Z ##[endgroup]
2026-06-16T05:00:44.0952410Z    Compiling strsim v0.11.1
2026-06-16T05:00:44.0984798Z    Compiling unicode-segmentation v1.13.3
2026-06-16T05:00:44.2052440Z    Compiling darling_core v0.20.11
2026-06-16T05:00:44.3377461Z    Compiling convert_case v0.10.0
2026-06-16T05:00:44.5056351Z    Compiling derive_more-impl v2.1.1
2026-06-16T05:00:45.2873366Z    Compiling darling_macro v0.20.11
2026-06-16T05:00:45.7909408Z    Compiling darling v0.20.11
2026-06-16T05:00:45.9199653Z    Compiling derive_builder_core v0.20.2
2026-06-16T05:00:45.9629956Z    Compiling derive_more v2.1.1
2026-06-16T05:00:46.1544153Z    Compiling n0-future v0.3.2
2026-06-16T05:00:46.1544548Z    Compiling noq-proto v0.17.0
2026-06-16T05:00:46.1544951Z    Compiling iroh-base v0.98.0
2026-06-16T05:00:46.2224538Z    Compiling n0-watcher v0.6.1
2026-06-16T05:00:46.3512152Z    Compiling netwatch v0.16.0
2026-06-16T05:00:46.4101374Z    Compiling iroh-dns v0.98.0
2026-06-16T05:00:46.4147043Z    Compiling derive_builder_macro v0.20.2
2026-06-16T05:00:46.6763222Z    Compiling derive_builder v0.20.2
2026-06-16T05:00:46.8042207Z    Compiling vergen-lib v9.1.0
2026-06-16T05:00:46.8042501Z    Compiling vergen-lib v0.1.6
2026-06-16T05:00:46.8741733Z    Compiling portmapper v0.16.0
2026-06-16T05:00:46.9133737Z    Compiling vergen v9.1.0
2026-06-16T05:00:46.9648519Z    Compiling vergen-gitcl v1.0.8
2026-06-16T05:00:47.3465777Z    Compiling iroh-relay v0.98.0
2026-06-16T05:00:49.1982094Z    Compiling noq v0.18.0
2026-06-16T05:00:54.2992672Z    Compiling iroh v0.98.2
2026-06-16T05:01:03.8134698Z    Compiling spt-net v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-16T05:01:05.2054345Z    Compiling spt-daemon v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-16T05:01:13.9305992Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.38s
2026-06-16T05:01:13.9518718Z    Doc-tests spt_daemon
2026-06-16T05:01:14.4627447Z 
2026-06-16T05:01:14.4627703Z running 0 tests
2026-06-16T05:01:14.4627861Z 
2026-06-16T05:01:14.4628029Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T05:01:14.4628247Z 
2026-06-16T05:01:14.4701663Z    Doc-tests spt_live
2026-06-16T05:01:14.5392255Z 
2026-06-16T05:01:14.5392499Z running 0 tests
2026-06-16T05:01:14.5392619Z 
2026-06-16T05:01:14.5392790Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T05:01:14.5393173Z 
2026-06-16T05:01:14.5449300Z    Doc-tests spt_msg
2026-06-16T05:01:14.5991694Z 
2026-06-16T05:01:14.5991955Z running 0 tests
2026-06-16T05:01:14.5992072Z 
2026-06-16T05:01:14.5992269Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T05:01:14.5992475Z 
2026-06-16T05:01:14.6051951Z    Doc-tests spt_net
2026-06-16T05:01:14.8623463Z 
2026-06-16T05:01:14.8624158Z running 0 tests
2026-06-16T05:01:14.8624276Z 
2026-06-16T05:01:14.8628727Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T05:01:14.8629074Z 
2026-06-16T05:01:14.8700622Z    Doc-tests spt_proto
2026-06-16T05:01:14.9194241Z 
2026-06-16T05:01:14.9194479Z running 0 tests
2026-06-16T05:01:14.9194597Z 
2026-06-16T05:01:14.9194764Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T05:01:14.9194980Z 
2026-06-16T05:01:14.9248818Z    Doc-tests spt_runtime
2026-06-16T05:01:15.1217683Z 
2026-06-16T05:01:15.1217946Z running 0 tests
2026-06-16T05:01:15.1218060Z 
2026-06-16T05:01:15.1218236Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T05:01:15.1218451Z 
2026-06-16T05:01:15.1283265Z    Doc-tests spt_store
2026-06-16T05:01:15.2849402Z 
2026-06-16T05:01:15.2849772Z running 0 tests
2026-06-16T05:01:15.2849940Z 
2026-06-16T05:01:15.2850232Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T05:01:15.2850596Z 
2026-06-16T05:01:15.2918031Z    Doc-tests spt_term
2026-06-16T05:01:15.3575066Z 
2026-06-16T05:01:15.3575259Z running 0 tests
2026-06-16T05:01:15.3575363Z 
2026-06-16T05:01:15.3575528Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T05:01:15.3575734Z 
2026-06-16T05:01:15.4375483Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-16T05:01:15.4375858Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-16T05:01:15.4443193Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T05:01:15.4443424Z ##[endgroup]
2026-06-16T05:01:16.4559228Z     Checking cfg-if v1.0.4
2026-06-16T05:01:16.4562173Z     Checking windows-link v0.2.1
2026-06-16T05:01:16.4562359Z     Checking typenum v1.20.1
2026-06-16T05:01:16.4573379Z     Checking memchr v2.8.1
2026-06-16T05:01:16.4573685Z     Checking critical-section v1.2.0
2026-06-16T05:01:16.4578144Z     Checking subtle v2.6.1
2026-06-16T05:01:16.4583098Z     Checking smallvec v1.15.1
2026-06-16T05:01:16.4587254Z     Checking serde_core v1.0.228
2026-06-16T05:01:16.4588339Z     Checking equivalent v1.0.2
2026-06-16T05:01:16.4588755Z     Checking itoa v1.0.18
2026-06-16T05:01:16.4588991Z     Checking pin-project-lite v0.2.17
2026-06-16T05:01:16.4590053Z     Checking cpufeatures v0.2.17
2026-06-16T05:01:16.4592485Z     Checking hashbrown v0.17.1
2026-06-16T05:01:16.4593007Z     Checking log v0.4.32
2026-06-16T05:01:16.4600418Z     Checking zeroize v1.8.2
2026-06-16T05:01:16.5080067Z    Compiling getrandom v0.3.4
2026-06-16T05:01:16.5192798Z     Checking windows-sys v0.61.2
2026-06-16T05:01:16.5589815Z     Checking getrandom v0.2.17
2026-06-16T05:01:16.5645686Z     Checking futures-core v0.3.32
2026-06-16T05:01:16.6035360Z     Checking bytes v1.11.1
2026-06-16T05:01:16.6035714Z     Checking rand_core v0.10.1
2026-06-16T05:01:16.6063686Z     Checking stable_deref_trait v1.2.1
2026-06-16T05:01:16.6424661Z     Checking bitflags v2.12.1
2026-06-16T05:01:16.6492468Z     Checking zerofrom v0.1.8
2026-06-16T05:01:16.6730661Z    Compiling jobserver v0.1.34
2026-06-16T05:01:16.6805510Z     Checking futures-sink v0.3.32
2026-06-16T05:01:16.6805827Z     Checking slab v0.4.12
2026-06-16T05:01:16.6884735Z     Checking futures-io v0.3.32
2026-06-16T05:01:16.6885178Z     Checking libc v0.2.186
2026-06-16T05:01:16.7031002Z     Checking winapi v0.3.9
2026-06-16T05:01:16.7572858Z     Checking futures-task v0.3.32
2026-06-16T05:01:16.7602355Z     Checking getrandom v0.4.2
2026-06-16T05:01:16.8112240Z     Checking futures-channel v0.3.32
2026-06-16T05:01:16.8112633Z     Checking yoke v0.8.3
2026-06-16T05:01:16.8221363Z     Checking rand_core v0.6.4
2026-06-16T05:01:16.8346356Z     Checking zerocopy v0.8.50
2026-06-16T05:01:16.8704026Z    Compiling cc v1.2.63
2026-06-16T05:01:16.9041140Z     Checking signature v2.2.0
2026-06-16T05:01:16.9304798Z     Checking zmij v1.0.21
2026-06-16T05:01:16.9419950Z     Checking fastrand v2.4.1
2026-06-16T05:01:16.9978241Z     Checking litemap v0.8.2
2026-06-16T05:01:17.0212909Z     Checking writeable v0.6.3
2026-06-16T05:01:17.0213298Z     Checking zerovec v0.11.6
2026-06-16T05:01:17.0549500Z     Checking futures-util v0.3.32
2026-06-16T05:01:17.1198733Z     Checking zerotrie v0.2.4
2026-06-16T05:01:17.1246626Z     Checking ed25519 v2.2.3
2026-06-16T05:01:17.1317287Z     Checking indexmap v2.14.0
2026-06-16T05:01:17.1800478Z     Checking fallible-iterator v0.3.0
2026-06-16T05:01:17.1952389Z     Checking utf8_iter v1.0.4
2026-06-16T05:01:17.2072982Z     Checking fallible-streaming-iterator v0.1.9
2026-06-16T05:01:17.2386652Z     Checking windows_x86_64_msvc v0.52.6
2026-06-16T05:01:17.2962293Z     Checking icu_normalizer_data v2.2.0
2026-06-16T05:01:17.3154620Z     Checking icu_properties_data v2.2.0
2026-06-16T05:01:17.3896563Z     Checking percent-encoding v2.3.2
2026-06-16T05:01:17.4226448Z     Checking http v1.4.1
2026-06-16T05:01:17.4384557Z     Checking windows-targets v0.52.6
2026-06-16T05:01:17.4488237Z     Checking cpufeatures v0.3.0
2026-06-16T05:01:17.4547875Z     Checking scopeguard v1.2.0
2026-06-16T05:01:17.5870513Z     Checking thiserror v2.0.18
2026-06-16T05:01:17.6261823Z     Checking form_urlencoded v1.2.2
2026-06-16T05:01:17.6262228Z     Checking rustls-pki-types v1.14.1
2026-06-16T05:01:17.6322490Z     Checking generic-array v0.14.7
2026-06-16T05:01:17.6706352Z     Checking chacha20 v0.10.0
2026-06-16T05:01:17.6802293Z     Checking windows-sys v0.59.0
2026-06-16T05:01:17.6906989Z     Checking lock_api v0.4.14
2026-06-16T05:01:17.7426614Z    Compiling fnv v1.0.7
2026-06-16T05:01:17.7774272Z     Checking tinystr v0.8.3
2026-06-16T05:01:17.7926066Z     Checking potential_utf v0.1.5
2026-06-16T05:01:17.9481319Z    Compiling cmake v0.1.58
2026-06-16T05:01:17.9906717Z     Checking icu_collections v2.2.0
2026-06-16T05:01:17.9907081Z     Checking untrusted v0.9.0
2026-06-16T05:01:18.0037283Z     Checking rand v0.10.1
2026-06-16T05:01:18.0037557Z    Compiling darling_core v0.20.11
2026-06-16T05:01:18.0136731Z     Checking icu_locale_core v2.2.0
2026-06-16T05:01:18.0374410Z     Checking windows-strings v0.5.1
2026-06-16T05:01:18.2051642Z     Checking windows-result v0.4.1
2026-06-16T05:01:18.2698949Z     Checking const-oid v0.10.2
2026-06-16T05:01:18.2863364Z     Checking crypto-common v0.1.7
2026-06-16T05:01:18.3380870Z     Checking block-buffer v0.10.4
2026-06-16T05:01:18.3476569Z     Checking atomic-waker v1.1.2
2026-06-16T05:01:18.4337259Z     Checking num-traits v0.2.19
2026-06-16T05:01:18.4636484Z     Checking derive_more v2.1.1
2026-06-16T05:01:18.4736431Z     Checking http-body v1.0.1
2026-06-16T05:01:18.5457363Z     Checking digest v0.10.7
2026-06-16T05:01:18.5519588Z     Checking hybrid-array v0.4.12
2026-06-16T05:01:18.6058288Z     Checking either v1.16.0
2026-06-16T05:01:18.6119823Z     Checking base64ct v1.8.3
2026-06-16T05:01:18.6271854Z     Checking httparse v1.10.1
2026-06-16T05:01:18.6279830Z     Checking parking_lot_core v0.9.12
2026-06-16T05:01:18.7565666Z     Checking sha2 v0.10.9
2026-06-16T05:01:18.7785483Z     Checking curve25519-dalek v4.1.3
2026-06-16T05:01:18.8290856Z     Checking serde v1.0.228
2026-06-16T05:01:18.8518155Z     Checking serde_json v1.0.150
2026-06-16T05:01:18.8614812Z     Checking icu_provider v2.2.0
2026-06-16T05:01:18.8662915Z     Checking pem-rfc7468 v1.0.0
2026-06-16T05:01:18.8745127Z     Checking tinyvec_macros v0.1.1
2026-06-16T05:01:19.0002009Z     Checking tower-service v0.3.3
2026-06-16T05:01:19.0456460Z     Checking fs2 v0.4.3
2026-06-16T05:01:19.0632946Z     Checking base64 v0.22.1
2026-06-16T05:01:19.1152167Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T05:01:19.1557898Z    Compiling aws-lc-sys v0.41.0
2026-06-16T05:01:19.1558271Z    Compiling ring v0.17.14
2026-06-16T05:01:19.1589227Z     Checking icu_normalizer v2.2.0
2026-06-16T05:01:19.1885755Z     Checking icu_properties v2.2.0
2026-06-16T05:01:19.2085276Z     Checking data-encoding v2.11.0
2026-06-16T05:01:19.2224590Z     Checking try-lock v0.2.5
2026-06-16T05:01:19.4201604Z     Checking portable-atomic v1.13.1
2026-06-16T05:01:19.4281195Z     Checking ipnet v2.12.0
2026-06-16T05:01:19.4358792Z     Checking want v0.3.1
2026-06-16T05:01:19.5574080Z     Checking block-buffer v0.12.0
2026-06-16T05:01:19.6242052Z     Checking crypto-common v0.2.2
2026-06-16T05:01:19.6272564Z     Checking der v0.8.0-rc.10
2026-06-16T05:01:19.7427080Z     Checking tinyvec v1.11.0
2026-06-16T05:01:19.7712283Z     Checking ed25519-dalek v2.2.0
2026-06-16T05:01:19.7886483Z     Checking n0-error v0.1.3
2026-06-16T05:01:19.8063111Z     Checking windows-core v0.62.2
2026-06-16T05:01:19.8103832Z     Checking parking_lot v0.12.5
2026-06-16T05:01:19.9413483Z     Checking inout v0.1.4
2026-06-16T05:01:19.9874151Z     Checking once_cell v1.21.4
2026-06-16T05:01:20.0040634Z    Compiling anyhow v1.0.102
2026-06-16T05:01:20.0114007Z     Checking spt-proto v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-16T05:01:20.1341046Z     Checking diatomic-waker v0.2.3
2026-06-16T05:01:20.2187628Z     Checking tracing-core v0.1.36
2026-06-16T05:01:20.2313234Z     Checking cordyceps v0.3.4
2026-06-16T05:01:20.2726090Z     Checking httpdate v1.0.3
2026-06-16T05:01:20.3161380Z     Checking spin v0.10.0
2026-06-16T05:01:20.3416094Z     Checking idna_adapter v1.2.2
2026-06-16T05:01:20.4400787Z     Checking parking v2.2.1
2026-06-16T05:01:20.4498838Z     Checking digest v0.11.3
2026-06-16T05:01:20.4590434Z     Checking cipher v0.4.4
2026-06-16T05:01:20.4796057Z     Checking idna v1.1.0
2026-06-16T05:01:20.5080043Z     Checking pin-project v1.1.13
2026-06-16T05:01:20.5984921Z     Checking futures-lite v2.6.1
2026-06-16T05:01:20.5985301Z     Checking futures-buffered v0.2.13
2026-06-16T05:01:20.6026218Z     Checking toml_datetime v0.6.11
2026-06-16T05:01:20.6333125Z     Checking serde_spanned v0.6.9
2026-06-16T05:01:20.6399531Z     Checking universal-hash v0.5.1
2026-06-16T05:01:20.6698759Z     Checking aho-corasick v1.1.4
2026-06-16T05:01:20.6872484Z     Checking spki v0.8.0-rc.4
2026-06-16T05:01:20.6899618Z     Checking tracing v0.1.44
2026-06-16T05:01:20.7644329Z     Checking ahash v0.8.12
2026-06-16T05:01:20.7877281Z     Checking url v2.5.8
2026-06-16T05:01:20.7967559Z     Checking serial-core v0.4.0
2026-06-16T05:01:20.8912924Z     Checking sync_wrapper v1.0.2
2026-06-16T05:01:20.9167201Z     Checking toml_write v0.1.2
2026-06-16T05:01:20.9364717Z     Checking opaque-debug v0.3.1
2026-06-16T05:01:20.9606985Z     Checking regex-syntax v0.8.10
2026-06-16T05:01:20.9718638Z     Checking hashbrown v0.14.5
2026-06-16T05:01:20.9718983Z     Checking allocator-api2 v0.2.21
2026-06-16T05:01:21.0260078Z    Compiling powerfmt v0.2.0
2026-06-16T05:01:21.0391792Z     Checking byteorder v1.5.0
2026-06-16T05:01:21.0536291Z     Checking winnow v0.7.15
2026-06-16T05:01:21.1812223Z    Compiling deranged v0.5.8
2026-06-16T05:01:21.2282645Z     Checking hash32 v0.2.1
2026-06-16T05:01:21.2821615Z     Checking polyval v0.6.2
2026-06-16T05:01:21.3324437Z     Checking pkcs8 v0.11.0-rc.10
2026-06-16T05:01:21.3327959Z     Checking serial-windows v0.4.0
2026-06-16T05:01:21.3508949Z     Checking thiserror v1.0.69
2026-06-16T05:01:21.3748066Z     Checking ref-cast v1.0.25
2026-06-16T05:01:21.4269412Z     Checking memoffset v0.6.5
2026-06-16T05:01:21.4269808Z     Checking crossbeam-utils v0.8.21
2026-06-16T05:01:21.4539428Z     Checking futures-executor v0.3.32
2026-06-16T05:01:21.4582602Z     Checking prefix-trie v0.8.4
2026-06-16T05:01:21.4821441Z     Checking spin v0.9.8
2026-06-16T05:01:21.5092133Z     Checking windows-threading v0.2.1
2026-06-16T05:01:21.5155064Z    Compiling darling_macro v0.20.11
2026-06-16T05:01:21.5182533Z     Checking hashlink v0.9.1
2026-06-16T05:01:21.6166314Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T05:01:21.6174015Z     Checking tower-layer v0.3.3
2026-06-16T05:01:21.6240532Z     Checking bitflags v1.3.2
2026-06-16T05:01:21.7092118Z     Checking signature v3.0.0
2026-06-16T05:01:21.7144604Z    Compiling num-conv v0.2.2
2026-06-16T05:01:21.8211535Z     Checking dyn-clone v1.0.20
2026-06-16T05:01:21.8319622Z    Compiling time-core v0.1.8
2026-06-16T05:01:21.8820255Z     Checking lazy_static v1.5.0
2026-06-16T05:01:21.8820917Z     Checking ryu v1.0.23
2026-06-16T05:01:21.9502866Z     Checking pin-utils v0.1.0
2026-06-16T05:01:21.9558823Z     Checking schemars v1.2.1
2026-06-16T05:01:21.9621912Z     Checking ed25519 v3.0.0-rc.4
2026-06-16T05:01:21.9750810Z     Checking shared_library v0.1.9
2026-06-16T05:01:22.0489835Z     Checking nix v0.25.1
2026-06-16T05:01:22.0662966Z     Checking heapless v0.7.17
2026-06-16T05:01:22.0663358Z     Checking hickory-proto v0.26.0-beta.4
2026-06-16T05:01:22.0833718Z    Compiling darling v0.20.11
2026-06-16T05:01:22.0896601Z     Checking windows-future v0.3.2
2026-06-16T05:01:22.1195098Z     Checking futures v0.3.32
2026-06-16T05:01:22.1708846Z     Checking serial v0.4.0
2026-06-16T05:01:22.1709207Z     Checking filedescriptor v0.8.3
2026-06-16T05:01:22.2636992Z     Checking ghash v0.5.1
2026-06-16T05:01:22.2655087Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-16T05:01:22.3476140Z    Compiling derive_builder_core v0.20.2
2026-06-16T05:01:22.4035660Z    Compiling proc-macro-crate v3.5.0
2026-06-16T05:01:22.4201692Z     Checking winreg v0.10.1
2026-06-16T05:01:22.6128417Z    Compiling time v0.3.47
2026-06-16T05:01:22.6171351Z     Checking aes v0.8.4
2026-06-16T05:01:22.6343716Z     Checking ctr v0.9.2
2026-06-16T05:01:22.6493684Z     Checking sha2 v0.11.0-rc.5
2026-06-16T05:01:22.6780534Z     Checking windows-collections v0.3.2
2026-06-16T05:01:22.6867265Z     Checking toml_edit v0.22.27
2026-06-16T05:01:22.7195774Z     Checking regex-automata v0.4.14
2026-06-16T05:01:22.8148817Z     Checking windows-numerics v0.3.1
2026-06-16T05:01:22.9316797Z     Checking rusqlite v0.32.1
2026-06-16T05:01:23.1009796Z     Checking http-body-util v0.1.3
2026-06-16T05:01:23.1584706Z     Checking aead v0.5.2
2026-06-16T05:01:23.2253235Z     Checking cobs v0.3.0
2026-06-16T05:01:23.2794845Z     Checking widestring v1.2.1
2026-06-16T05:01:23.3888188Z     Checking downcast-rs v1.2.1
2026-06-16T05:01:23.4188493Z     Checking shell-words v1.1.1
2026-06-16T05:01:23.4188875Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-16T05:01:23.4416950Z     Checking postcard v1.1.3
2026-06-16T05:01:23.5037140Z     Checking aes-gcm v0.10.3
2026-06-16T05:01:23.5348124Z    Compiling num_enum_derive v0.7.6
2026-06-16T05:01:23.5869175Z     Checking portable-pty v0.8.1
2026-06-16T05:01:23.6616400Z     Checking windows v0.62.2
2026-06-16T05:01:23.7224418Z     Checking data-encoding-macro v0.1.20
2026-06-16T05:01:23.7598909Z    Compiling derive_builder_macro v0.20.2
2026-06-16T05:01:23.8136156Z     Checking crossbeam-epoch v0.9.18
2026-06-16T05:01:23.8218128Z     Checking crossbeam-channel v0.5.15
2026-06-16T05:01:23.8314301Z     Checking spt-store v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-16T05:01:23.8597061Z     Checking chrono v0.4.45
2026-06-16T05:01:23.8740341Z    Compiling blake3 v1.8.5
2026-06-16T05:01:24.0760119Z     Checking windows-registry v0.6.1
2026-06-16T05:01:24.1343390Z     Checking uuid v1.23.2
2026-06-16T05:01:24.2245542Z     Checking toml v0.8.23
2026-06-16T05:01:24.2388746Z    Compiling derive_builder v0.20.2
2026-06-16T05:01:24.2697833Z     Checking sorted-index-buffer v0.2.1
2026-06-16T05:01:24.3602554Z     Checking mac-addr v0.3.0
2026-06-16T05:01:24.3744911Z     Checking foldhash v0.2.0
2026-06-16T05:01:24.4953915Z    Compiling vergen-lib v9.1.0
2026-06-16T05:01:24.5059018Z    Compiling vergen-lib v0.1.6
2026-06-16T05:01:24.5339581Z     Checking regex v1.12.3
2026-06-16T05:01:24.5918105Z     Checking xml-rs v0.8.28
2026-06-16T05:01:24.6647747Z    Compiling vergen v9.1.0
2026-06-16T05:01:24.7508775Z     Checking identity-hash v0.1.0
2026-06-16T05:01:24.7542760Z     Checking lru-slab v0.1.2
2026-06-16T05:01:24.8125230Z    Compiling vergen-gitcl v1.0.8
2026-06-16T05:01:24.8732384Z     Checking rustc-hash v2.1.2
2026-06-16T05:01:24.8744454Z     Checking tagptr v0.2.0
2026-06-16T05:01:24.8816692Z     Checking hashbrown v0.16.1
2026-06-16T05:01:24.9017937Z     Checking num_enum v0.7.6
2026-06-16T05:01:24.9163228Z     Checking iroh-metrics v0.38.3
2026-06-16T05:01:24.9277938Z     Checking strum v0.28.0
2026-06-16T05:01:25.0072606Z     Checking socket2 v0.6.4
2026-06-16T05:01:25.0072936Z     Checking mio v1.2.1
2026-06-16T05:01:25.0144295Z     Checking tempfile v3.27.0
2026-06-16T05:01:25.0505009Z     Checking moka v0.12.15
2026-06-16T05:01:25.1867520Z     Checking xmltree v0.10.3
2026-06-16T05:01:25.1992815Z     Checking netdev v0.42.0
2026-06-16T05:01:25.2287601Z     Checking iroh-base v0.98.0
2026-06-16T05:01:25.3250214Z     Checking attohttpc v0.30.1
2026-06-16T05:01:25.3711904Z     Checking simple-dns v0.9.3
2026-06-16T05:01:25.3764507Z     Checking noq-udp v0.10.0
2026-06-16T05:01:25.3999773Z     Checking ipconfig v0.3.4
2026-06-16T05:01:25.4591390Z     Checking sha1_smol v1.0.1
2026-06-16T05:01:25.4715924Z     Checking arrayref v0.3.9
2026-06-16T05:01:25.4945735Z     Checking constant_time_eq v0.4.2
2026-06-16T05:01:25.4994919Z     Checking tokio v1.52.3
2026-06-16T05:01:25.5045696Z     Checking resolv-conf v0.7.6
2026-06-16T05:01:25.5666805Z     Checking simdutf8 v0.1.5
2026-06-16T05:01:25.6109224Z     Checking spt-msg v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-16T05:01:25.6311495Z     Checking smol_str v0.1.24
2026-06-16T05:01:25.6672323Z     Checking arrayvec v0.7.6
2026-06-16T05:01:25.6839786Z     Checking lru v0.16.4
2026-06-16T05:01:25.6923411Z     Checking seize v0.5.1
2026-06-16T05:01:25.6979825Z     Checking serde_bytes v0.11.19
2026-06-16T05:01:25.7635866Z     Checking hmac v0.12.1
2026-06-16T05:01:25.7694450Z    Compiling iroh-relay v0.98.0
2026-06-16T05:01:25.7815528Z     Checking webpki-roots v1.0.7
2026-06-16T05:01:25.8140027Z     Checking cmov v0.5.4
2026-06-16T05:01:25.8354973Z     Checking sha1 v0.10.6
2026-06-16T05:01:25.8369165Z     Checking recvmsg v1.0.0
2026-06-16T05:01:25.8655644Z    Compiling darling_core v0.23.0
2026-06-16T05:01:25.9061945Z     Checking spt-runtime v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-16T05:01:25.9137783Z     Checking spt-term v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-16T05:01:25.9152667Z     Checking hkdf v0.12.4
2026-06-16T05:01:25.9395618Z     Checking papaya v0.2.4
2026-06-16T05:01:25.9554834Z     Checking anstyle v1.0.14
2026-06-16T05:01:26.0040667Z     Checking once_cell_polyfill v1.70.2
2026-06-16T05:01:26.0329428Z     Checking utf8parse v0.2.2
2026-06-16T05:01:26.0592175Z     Checking ctutils v0.4.2
2026-06-16T05:01:26.0744089Z     Checking spake2 v0.4.0
2026-06-16T05:01:26.1534090Z     Checking anstyle-parse v1.0.0
2026-06-16T05:01:26.1604302Z     Checking interprocess v2.4.2
2026-06-16T05:01:26.1650009Z     Checking anstyle-query v1.1.5
2026-06-16T05:01:26.2186714Z     Checking anstyle-wincon v3.0.11
2026-06-16T05:01:26.2367865Z     Checking foldhash v0.1.5
2026-06-16T05:01:26.2514817Z     Checking unicode-segmentation v1.13.3
2026-06-16T05:01:26.2587323Z     Checking is_terminal_polyfill v1.70.2
2026-06-16T05:01:26.3066848Z     Checking colorchoice v1.0.5
2026-06-16T05:01:26.3236263Z     Checking terminal_size v0.4.4
2026-06-16T05:01:26.3260334Z     Checking crossterm_winapi v0.9.1
2026-06-16T05:01:26.3396910Z     Checking itertools v0.13.0
2026-06-16T05:01:26.3507657Z     Checking castaway v0.2.4
2026-06-16T05:01:26.3802284Z     Checking clap_lex v1.1.0
2026-06-16T05:01:26.3834690Z     Checking hashbrown v0.15.5
2026-06-16T05:01:26.4003052Z     Checking anstream v1.0.0
2026-06-16T05:01:26.4308516Z     Checking unicode-width v0.1.14
2026-06-16T05:01:26.4520511Z     Checking static_assertions v1.1.0
2026-06-16T05:01:26.5341970Z     Checking strsim v0.11.1
2026-06-16T05:01:26.5457943Z     Checking crossterm v0.28.1
2026-06-16T05:01:26.5634688Z     Checking compact_str v0.8.2
2026-06-16T05:01:26.6100643Z     Checking strum v0.26.3
2026-06-16T05:01:26.6708705Z     Checking cassowary v0.3.0
2026-06-16T05:01:26.6709023Z     Checking unicode-width v0.2.0
2026-06-16T05:01:26.7232743Z     Checking nucleo-matcher v0.3.1
2026-06-16T05:01:26.7233125Z     Checking qrcode v0.14.1
2026-06-16T05:01:26.7320972Z     Checking clap_builder v4.6.0
2026-06-16T05:01:27.0241373Z     Checking lru v0.12.5
2026-06-16T05:01:27.1971644Z     Checking mock-adapter v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-16T05:01:27.7888863Z     Checking spt-live v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-16T05:01:27.8595205Z     Checking unicode-truncate v1.1.0
2026-06-16T05:01:28.4146729Z     Checking clap v4.6.1
2026-06-16T05:01:28.4953744Z    Compiling darling_macro v0.23.0
2026-06-16T05:01:28.9222801Z    Compiling darling v0.23.0
2026-06-16T05:01:29.1569521Z     Checking tokio-util v0.7.18
2026-06-16T05:01:29.1601346Z     Checking tower v0.5.3
2026-06-16T05:01:29.1875405Z     Checking acto v0.8.2
2026-06-16T05:01:29.2113770Z     Checking backon v1.6.0
2026-06-16T05:01:29.2114156Z    Compiling instability v0.3.12
2026-06-16T05:01:29.5963845Z     Checking tower-http v0.6.11
2026-06-16T05:01:29.6161773Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-16T05:01:29.7433889Z     Checking h2 v0.4.14
2026-06-16T05:01:29.7434305Z     Checking n0-future v0.3.2
2026-06-16T05:01:29.8234230Z     Checking tokio-stream v0.1.18
2026-06-16T05:01:29.8544899Z     Checking ratatui v0.29.0
2026-06-16T05:01:29.9013539Z     Checking n0-watcher v0.6.1
2026-06-16T05:01:29.9472821Z     Checking iroh-dns v0.98.0
2026-06-16T05:01:32.5718500Z     Checking wmi v0.18.4
2026-06-16T05:01:32.8031944Z     Checking hyper v1.10.1
2026-06-16T05:01:33.1056078Z     Checking netwatch v0.16.0
2026-06-16T05:01:33.8242407Z     Checking hyper-util v0.1.20
2026-06-16T05:01:34.9094608Z     Checking igd-next v0.17.1
2026-06-16T05:01:35.3047973Z     Checking portmapper v0.16.0
2026-06-16T05:01:41.4299988Z    Compiling aws-lc-rs v1.17.0
2026-06-16T05:01:41.4430587Z    Compiling rustls v0.23.40
2026-06-16T05:01:42.2636504Z     Checking rustls-webpki v0.103.13
2026-06-16T05:01:44.1758722Z     Checking tokio-rustls v0.26.4
2026-06-16T05:01:44.1758952Z     Checking rustls-platform-verifier v0.7.0
2026-06-16T05:01:44.1759157Z     Checking noq-proto v0.17.0
2026-06-16T05:01:44.3347902Z     Checking hyper-rustls v0.27.9
2026-06-16T05:01:44.3348211Z     Checking hickory-net v0.26.0-beta.4
2026-06-16T05:01:44.3348491Z     Checking tokio-websockets v0.13.2
2026-06-16T05:01:44.4631906Z     Checking reqwest v0.13.4
2026-06-16T05:01:45.0749720Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-16T05:01:46.4082976Z     Checking noq v0.18.0
2026-06-16T05:01:47.6115321Z     Checking iroh v0.98.2
2026-06-16T05:01:51.0581598Z     Checking spt-net v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-16T05:01:52.3237231Z     Checking spt-daemon v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-16T05:01:55.4086042Z     Checking spt v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-16T05:01:55.4088900Z     Checking xtask v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-16T05:01:58.8833856Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.10s
2026-06-16T05:01:59.0538919Z ##[group]Run actions/checkout@v5
2026-06-16T05:01:59.0539121Z with:
2026-06-16T05:01:59.0539259Z   repository: SaberMage/spt-shell-notify
2026-06-16T05:01:59.0539427Z   path: .adapter-notify
2026-06-16T05:01:59.0541342Z   token: ***
2026-06-16T05:01:59.0541598Z   ssh-strict: true
2026-06-16T05:01:59.0541717Z   ssh-user: git
2026-06-16T05:01:59.0541836Z   persist-credentials: true
2026-06-16T05:01:59.0541972Z   clean: true
2026-06-16T05:01:59.0542096Z   sparse-checkout-cone-mode: true
2026-06-16T05:01:59.0542657Z   fetch-depth: 1
2026-06-16T05:01:59.0542775Z   fetch-tags: false
2026-06-16T05:01:59.0542897Z   show-progress: true
2026-06-16T05:01:59.0543020Z   lfs: false
2026-06-16T05:01:59.0543129Z   submodules: false
2026-06-16T05:01:59.0543248Z   set-safe-directory: true
2026-06-16T05:01:59.0543386Z ##[endgroup]
2026-06-16T05:01:59.1266565Z Syncing repository: SaberMage/spt-shell-notify
2026-06-16T05:01:59.1272475Z ##[group]Getting Git version info
2026-06-16T05:01:59.1272784Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-16T05:01:59.1714089Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T05:01:59.1930595Z git version 2.43.0.windows.1
2026-06-16T05:01:59.1958478Z ##[endgroup]
2026-06-16T05:01:59.1966308Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\510f65bb-f3f8-4787-969b-d06a5130707a\.gitconfig'
2026-06-16T05:01:59.1982747Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\510f65bb-f3f8-4787-969b-d06a5130707a' before making global git config changes
2026-06-16T05:01:59.1983353Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T05:01:59.1988406Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-16T05:01:59.2252662Z ##[group]Initializing the repository
2026-06-16T05:01:59.2258083Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-16T05:01:59.2574625Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-16T05:01:59.2604959Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-16T05:01:59.2885822Z ##[endgroup]
2026-06-16T05:01:59.2886065Z ##[group]Disabling automatic garbage collection
2026-06-16T05:01:59.2890264Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-16T05:01:59.3114443Z ##[endgroup]
2026-06-16T05:01:59.3114652Z ##[group]Setting up auth
2026-06-16T05:01:59.3120735Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T05:01:59.3350278Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T05:01:59.7166470Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T05:01:59.7408553Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T05:02:00.1179432Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T05:02:00.1409836Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T05:02:00.5240765Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-16T05:02:00.5560847Z ##[endgroup]
2026-06-16T05:02:00.5561120Z ##[group]Determining the default branch
2026-06-16T05:02:00.5563984Z Retrieving the default branch name
2026-06-16T05:02:01.0078010Z Default branch 'main'
2026-06-16T05:02:01.0078365Z ##[endgroup]
2026-06-16T05:02:01.0078579Z ##[group]Fetching the repository
2026-06-16T05:02:01.0085135Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-16T05:02:01.8314651Z From https://github.com/SaberMage/spt-shell-notify
2026-06-16T05:02:01.8314905Z  * [new branch]      main       -> origin/main
2026-06-16T05:02:01.8436056Z ##[endgroup]
2026-06-16T05:02:01.8436303Z ##[group]Determining the checkout info
2026-06-16T05:02:01.8437560Z ##[endgroup]
2026-06-16T05:02:01.8442814Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-16T05:02:01.8695472Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-16T05:02:01.8940582Z ##[group]Checking out the ref
2026-06-16T05:02:01.8944976Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-16T05:02:01.9248811Z branch 'main' set up to track 'origin/main'.
2026-06-16T05:02:01.9249013Z Reset branch 'main'
2026-06-16T05:02:01.9273738Z ##[endgroup]
2026-06-16T05:02:01.9517738Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-16T05:02:01.9725031Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-16T05:02:01.9950464Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-16T05:02:01.9950963Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-16T05:02:02.0015998Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T05:02:02.0016220Z ##[endgroup]
2026-06-16T05:02:02.2829905Z     Updating crates.io index
2026-06-16T05:02:02.8694201Z      Locking 11 packages to latest compatible versions
2026-06-16T05:02:02.9320119Z    Compiling serde_core v1.0.228
2026-06-16T05:02:02.9320528Z    Compiling zmij v1.0.21
2026-06-16T05:02:02.9321144Z    Compiling serde_json v1.0.150
2026-06-16T05:02:02.9321494Z    Compiling itoa v1.0.18
2026-06-16T05:02:02.9321923Z    Compiling memchr v2.8.2
2026-06-16T05:02:05.1465813Z    Compiling spt-shell-notify v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\.adapter-notify)
2026-06-16T05:02:05.5150574Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
2026-06-16T05:02:05.6291363Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-16T05:02:05.6291722Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-16T05:02:05.6357612Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T05:02:05.6357820Z env:
2026-06-16T05:02:05.6358177Z   SPT_NOTIFY_SHELL_BIN: C:\actions-runner\_work\spt-core\spt-core\.adapter-notify\target\debug\notify-shell.exe
2026-06-16T05:02:05.6358479Z ##[endgroup]
2026-06-16T05:02:06.4547570Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
2026-06-16T05:02:06.4804574Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-5563a538840e9c39.exe)
2026-06-16T05:02:06.4931168Z 
2026-06-16T05:02:06.4931348Z running 1 test
2026-06-16T05:02:07.2358427Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-16T05:02:07.2358599Z 
2026-06-16T05:02:07.2358821Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.74s
2026-06-16T05:02:07.2359039Z 
2026-06-16T05:02:07.3294756Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-16T05:02:07.3295112Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-16T05:02:07.3359166Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T05:02:07.3359374Z env:
2026-06-16T05:02:07.3359482Z   SPT_INSTALL_E2E: 1
2026-06-16T05:02:07.3359606Z ##[endgroup]
2026-06-16T05:02:08.1066011Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
2026-06-16T05:02:08.1268386Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-95918955b435eecd.exe)
2026-06-16T05:02:08.1348353Z 
2026-06-16T05:02:08.1348618Z running 1 test
2026-06-16T05:02:17.1118161Z test install_script_against_staged_release ... ok
2026-06-16T05:02:17.1118335Z 
2026-06-16T05:02:17.1118494Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.98s
2026-06-16T05:02:17.1118709Z 
2026-06-16T05:02:17.2045674Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-06-16T05:02:17.2046434Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-06-16T05:02:17.2046713Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-06-16T05:02:17.2046967Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-06-16T05:02:17.2047159Z [36;1mexit 0[0m
2026-06-16T05:02:17.2115633Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T05:02:17.2115848Z ##[endgroup]
2026-06-16T05:02:17.5113959Z ##[group]Run cargo run -p xtask -- check
2026-06-16T05:02:17.5114212Z [36;1mcargo run -p xtask -- check[0m
2026-06-16T05:02:17.5177809Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T05:02:17.5178028Z ##[endgroup]
2026-06-16T05:02:18.1997674Z    Compiling windows-sys v0.61.2
2026-06-16T05:02:18.2009439Z    Compiling cc v1.2.63
2026-06-16T05:02:18.2090908Z    Compiling rustls v0.23.40
2026-06-16T05:02:18.2146811Z    Compiling fastrand v2.4.1
2026-06-16T05:02:18.2222060Z    Compiling either v1.16.0
2026-06-16T05:02:18.2273838Z    Compiling windows-sys v0.59.0
2026-06-16T05:02:18.3248859Z    Compiling futures-lite v2.6.1
2026-06-16T05:02:18.3364026Z    Compiling prefix-trie v0.8.4
2026-06-16T05:02:18.7446580Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T05:02:18.9940657Z    Compiling ring v0.17.14
2026-06-16T05:02:18.9940907Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T05:02:18.9941322Z    Compiling blake3 v1.8.5
2026-06-16T05:02:21.1091543Z    Compiling rusqlite v0.32.1
2026-06-16T05:02:21.5971995Z    Compiling rustls-webpki v0.103.13
2026-06-16T05:02:21.6036891Z    Compiling spt-store v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-16T05:02:22.8382887Z    Compiling spt-msg v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-16T05:02:22.9937410Z    Compiling spt-runtime v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-16T05:02:22.9937823Z    Compiling spt-term v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-16T05:02:23.2310642Z    Compiling socket2 v0.6.4
2026-06-16T05:02:23.2310939Z    Compiling mio v1.2.1
2026-06-16T05:02:23.2313315Z    Compiling netdev v0.42.0
2026-06-16T05:02:23.2313592Z    Compiling seize v0.5.1
2026-06-16T05:02:23.2415556Z    Compiling interprocess v2.4.2
2026-06-16T05:02:23.5248714Z    Compiling papaya v0.2.4
2026-06-16T05:02:23.6440119Z    Compiling noq-udp v0.10.0
2026-06-16T05:02:23.6736025Z    Compiling ipconfig v0.3.4
2026-06-16T05:02:23.7391499Z    Compiling tokio v1.52.3
2026-06-16T05:02:24.5278775Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T05:02:24.5279015Z    Compiling noq-proto v0.17.0
2026-06-16T05:02:24.7883936Z    Compiling spt-live v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-16T05:02:26.9601543Z    Compiling tokio-util v0.7.18
2026-06-16T05:02:26.9601768Z    Compiling tokio-rustls v0.26.4
2026-06-16T05:02:26.9601935Z    Compiling tower v0.5.3
2026-06-16T05:02:26.9602207Z    Compiling acto v0.8.2
2026-06-16T05:02:26.9602587Z    Compiling backon v1.6.0
2026-06-16T05:02:27.3204782Z    Compiling tower-http v0.6.11
2026-06-16T05:02:27.3238905Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T05:02:27.5184496Z    Compiling h2 v0.4.14
2026-06-16T05:02:27.5185001Z    Compiling n0-future v0.3.2
2026-06-16T05:02:27.5185709Z    Compiling tokio-stream v0.1.18
2026-06-16T05:02:27.5186218Z    Compiling tokio-websockets v0.13.2
2026-06-16T05:02:27.6316506Z    Compiling n0-watcher v0.6.1
2026-06-16T05:02:27.6964365Z    Compiling iroh-dns v0.98.0
2026-06-16T05:02:27.8395369Z    Compiling netwatch v0.16.0
2026-06-16T05:02:28.2454309Z    Compiling noq v0.18.0
2026-06-16T05:02:30.4470342Z    Compiling hyper v1.10.1
2026-06-16T05:02:30.4470559Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T05:02:31.2515253Z    Compiling hyper-util v0.1.20
2026-06-16T05:02:31.2829502Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T05:02:32.1052202Z    Compiling hyper-rustls v0.27.9
2026-06-16T05:02:32.1052425Z    Compiling igd-next v0.17.1
2026-06-16T05:02:32.2349463Z    Compiling reqwest v0.13.4
2026-06-16T05:02:32.7100722Z    Compiling portmapper v0.16.0
2026-06-16T05:02:34.6164643Z    Compiling iroh-relay v0.98.0
2026-06-16T05:02:38.0121996Z    Compiling iroh v0.98.2
2026-06-16T05:02:47.2688211Z    Compiling spt-net v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-16T05:02:48.6502553Z    Compiling spt-daemon v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-16T05:02:57.0698901Z    Compiling xtask v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-16T05:03:00.0452015Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.28s
2026-06-16T05:03:00.0654388Z      Running `target\debug\xtask.exe check`
2026-06-16T05:03:39.8281120Z xtask check: OK
2026-06-16T05:03:39.9071989Z Post job cleanup.
2026-06-16T05:03:40.0202700Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T05:03:40.0443551Z git version 2.43.0.windows.1
2026-06-16T05:03:40.0485771Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\79b91ef4-7047-42df-8bc0-b95df2bcf0b3\.gitconfig'
2026-06-16T05:03:40.0500878Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\79b91ef4-7047-42df-8bc0-b95df2bcf0b3' before making global git config changes
2026-06-16T05:03:40.0501684Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T05:03:40.0506701Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-16T05:03:40.0783994Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T05:03:40.1031147Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T05:03:40.4990778Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T05:03:40.5205138Z http.https://github.com/.extraheader
2026-06-16T05:03:40.5232482Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-16T05:03:40.5485587Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T05:03:40.9324896Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T05:03:40.9595241Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T05:03:41.3592744Z Post job cleanup.
2026-06-16T05:03:41.4656957Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T05:03:41.4881053Z git version 2.43.0.windows.1
2026-06-16T05:03:41.4918548Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\74a2d312-d8a6-4471-be25-827d6b1fedeb\.gitconfig'
2026-06-16T05:03:41.4933737Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\74a2d312-d8a6-4471-be25-827d6b1fedeb' before making global git config changes
2026-06-16T05:03:41.4934581Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T05:03:41.4940488Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-16T05:03:41.5211182Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T05:03:41.5436689Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T05:03:41.9127981Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T05:03:41.9330076Z http.https://github.com/.extraheader
2026-06-16T05:03:41.9355922Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-16T05:03:41.9589061Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T05:03:42.3192452Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T05:03:42.3413779Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T05:03:42.7199820Z Cleaning up orphan processes
